# 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 ```