summaryrefslogtreecommitdiff
path: root/README.md
blob: 300cdb35cb2e717b637d55e692b76717ee493868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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