mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-05-18 05:05:39 +02:00
2 lines
225 B
Batchfile
2 lines
225 B
Batchfile
|
|
start cmd /k "cd talemate_frontend && npm run serve -- --host 127.0.0.1 --port 8080"
|
||
|
|
start cmd /k "cd talemate_env\Scripts && activate && cd ../../ && python src\talemate\server\run.py runserver --host 127.0.0.1 --port 5050"
|