neko/docs/client.md

15 lines
173 B
Markdown
Raw Normal View History

2020-02-10 13:59:08 +13:00
# Client (WIP)
Web client for n.eko
## Environment
------
```
VUE_APP_SERVER_PORT // development server port
```
## Building
------
```
npm install && npm run build
```