Skip to content

Commit c6545e6

Browse files
committed
readme: add deployment documentation
1 parent 3802bcc commit c6545e6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# [LibreTube Website](https://libre-tube.github.io)
22

33
Feel free to report bugs concerning the website or suggest changes or features in the issues tab.
4+
5+
## Local deployment
6+
First, install the required dependencies
7+
```sh
8+
npm run install
9+
```
10+
11+
Then, you can run the app with
12+
```sh
13+
npm run dev
14+
```
15+
16+
For more information, please see the [Astro documentation](https://docs.astro.build/en/develop-and-build/).

0 commit comments

Comments
 (0)