We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3802bcc commit c6545e6Copy full SHA for c6545e6
1 file changed
README.md
@@ -1,3 +1,16 @@
1
# [LibreTube Website](https://libre-tube.github.io)
2
3
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
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