This commit is contained in:
2022-07-23 17:16:32 +02:00

View File

@@ -34,3 +34,11 @@ To create an optimised version of the app:
```bash
npm run build
```
## Deploying
Deploy to GitHub Pages:
```bash
npm run deploy
```