Add build instructions

This commit is contained in:
Christopher Schleiden
2022-12-08 10:27:32 -08:00
parent a707212d11
commit 0a7a7e9f77
+9
View File
@@ -0,0 +1,9 @@
## Development
Install dependencies locally, unfortunately via the workspace is not enough to run `webpack-dev-server`. Then
```bash
$ npm start
```
to serve the app at `localhost:8080`.