Newer
Older
npm run server #start developer server
Then copy `index.html` and the dist folder to your webhost.
### Documentation
```bash
npm run docs # output format: HTML
npm run docs-md # output format: markdown
```
## Developer
Backend: [AMIV API](https://github.com/amiv-eth/amivapi)
Technologies:
* [ESlint](https://github.com/eslint/eslint)
* [Prettier](https://github.com/prettier/prettier)