Add commands for building UI

This commit is contained in:
Joel Therrien 2023-09-23 12:21:09 -07:00
parent 880667b80e
commit 55f968ae35

View file

@ -10,5 +10,9 @@
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"parcel": "^2.9.3", "parcel": "^2.9.3",
"process": "^0.11.10" "process": "^0.11.10"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build --public-url ./ src/index.html"
} }
} }