16 lines
224 B
Markdown
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
|
|
```
|