15 lines
179 B
Markdown
15 lines
179 B
Markdown
# **n**.eko client
|
|
Web client for n.eko
|
|
|
|
### Environment
|
|
------
|
|
```
|
|
VUE_APP_SERVER_PORT // development server port
|
|
```
|
|
|
|
### Building
|
|
------
|
|
```
|
|
npm install && npm run build
|
|
```
|