syng-web/README.md

16 lines
224 B
Markdown

# Syng web client
This is the web client for [Syng](https://github.com/christofsteel/syng)
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```