Skip to content
Snippets Groups Projects
README.md 534 B
Newer Older
scmoritz's avatar
scmoritz committed
# AMIV website

This is the home of the new AMIV website.

## How to use

**Developer**
```
npm install
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
```
scmoritz's avatar
scmoritz committed
## Developer 

Backend: [AMIV API](https://github.com/amiv-eth/amivapi)

Technologies:
 * [Mitrhil](https://mithril.js.org/)
lic's avatar
lic committed

 
Needed extensions:
 * [ESlint](https://github.com/eslint/eslint)
 * [Prettier](https://github.com/prettier/prettier)