16 lines
176 B
Markdown
16 lines
176 B
Markdown
### install
|
|
|
|
npm install
|
|
|
|
|
|
### run
|
|
|
|
npm start
|
|
|
|
### browser
|
|
|
|
http://localhost:3000
|
|
|
|
|
|
pyinstaller --noconfirm --noconsole -i "smi.ico" --windowed --clean hemocube.py
|