Start app after server
This commit is contained in:
parent
26bb242e48
commit
1a5959ccf7
|
@ -1,8 +1,3 @@
|
||||||
### APP
|
|
||||||
|
|
||||||
open app/index.html
|
|
||||||
# ^ This should be to run it in fullscreen / kiosk mode
|
|
||||||
|
|
||||||
### Start whisper.cpp and stuff?
|
### Start whisper.cpp and stuff?
|
||||||
|
|
||||||
### CORE
|
### CORE
|
||||||
|
@ -11,3 +6,8 @@ cd core/
|
||||||
pip install poetry
|
pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
poetry run bash start.sh
|
poetry run bash start.sh
|
||||||
|
|
||||||
|
### APP
|
||||||
|
|
||||||
|
open app/index.html
|
||||||
|
# ^ This should be to run it in fullscreen / kiosk mode
|
||||||
|
|
Loading…
Reference in New Issue