2023-07-27 12:04:02 +05:30
|
|
|
# HPOS Dashboard
|
|
|
|
|
|
2023-07-05 07:12:43 +05:30
|
|
|
### install
|
2023-07-03 13:21:43 +05:30
|
|
|
|
2023-07-05 07:12:43 +05:30
|
|
|
npm install
|
2023-07-03 13:21:43 +05:30
|
|
|
|
|
|
|
|
|
2023-07-05 07:12:43 +05:30
|
|
|
### run
|
2023-07-03 13:21:43 +05:30
|
|
|
|
2023-07-05 07:12:43 +05:30
|
|
|
npm start
|
2023-07-03 13:21:43 +05:30
|
|
|
|
2023-07-05 07:12:43 +05:30
|
|
|
### browser
|
2023-07-03 13:21:43 +05:30
|
|
|
|
2023-07-05 07:12:43 +05:30
|
|
|
http://localhost:3000
|
2023-07-03 13:21:43 +05:30
|
|
|
|
2023-07-25 20:13:50 +05:30
|
|
|
|
2023-12-08 15:36:10 +05:30
|
|
|
|
|
|
|
|
### 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
|
|
|
|
|
|
2024-01-27 01:40:06 +05:30
|
|
|
npm run build
|
2023-12-08 15:36:10 +05:30
|
|
|
|
|
|
|
|
|
|
|
|
|
### deploy
|
|
|
|
|
|
2023-12-12 22:12:26 +05:30
|
|
|
firebase deploy --only hosting:dev
|
2023-12-08 15:36:10 +05:30
|
|
|
|
2023-07-25 20:13:50 +05:30
|
|
|
pyinstaller --noconfirm --noconsole -i "smi.ico" --windowed --clean hemocube.py
|
2024-02-19 12:16:49 +05:30
|
|
|
|
|
|
|
|
### known issues
|
|
|
|
|
|
|
|
|
|
gemini starts giving error after 70 odd messages in a chat discussion
|