36 lines
458 B
Markdown
36 lines
458 B
Markdown
# HPOS Dashboard
|
|
|
|
### install
|
|
|
|
npm install
|
|
|
|
|
|
### run
|
|
|
|
npm start
|
|
|
|
### browser
|
|
|
|
http://localhost:3000
|
|
|
|
|
|
|
|
### add target (multi site), if not already defined for that site
|
|
|
|
firebase target:apply hosting dev1 hpos-dev1
|
|
|
|
### add or change to firebase.json
|
|
|
|
"target": "dev1",
|
|
|
|
### run build
|
|
|
|
npm run build
|
|
|
|
|
|
### deploy
|
|
|
|
firebase deploy --only hosting:dev
|
|
|
|
pyinstaller --noconfirm --noconsole -i "smi.ico" --windowed --clean hemocube.py
|