summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100755
index 0000000..300cdb3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+## Info
+
+This is the vue source code for frcsm.de
+
+## Setup
+
+Make sure to install the dependencies:
+
+```bash
+# nodejs
+sudo apt install -y nodejs npm
+
+# npm
+npm install
+```
+
+## Generate webpage
+
+```bash
+npm run generate
+```
+
+## Copy the webpage to www-root
+