Newer
Older
npm run server #start developer server
**Production**
```
npm install
npm run build
```
Then copy `index.html` and the dist folder to your webhost.
**Lint**
```
npm run lint
```
## Developer
Backend: [AMIV API](https://github.com/amiv-eth/amivapi)
Technologies:
* [Mitrhil](https://mithril.js.org/)