Start app after server

This commit is contained in:
killian 2024-01-27 21:09:26 -08:00
parent 26bb242e48
commit 1a5959ccf7
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,3 @@
### APP
open app/index.html
# ^ This should be to run it in fullscreen / kiosk mode
### Start whisper.cpp and stuff?
### CORE
@ -11,3 +6,8 @@ cd core/
pip install poetry
poetry install
poetry run bash start.sh
### APP
open app/index.html
# ^ This should be to run it in fullscreen / kiosk mode