diff --git a/README.md b/README.md index a0bc59c..18947df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -#Dev +# uxmp-gui +# Build commands + +### Start dev server + +```shell npm run dev +``` + +Starts a dev server on `http://localhost:3000/` + +### Build project + +```bash +npm run build +``` + +Runs a build and saves the artifacts in `dist/`