Files
talemate/start.bat

2 lines
190 B
Batchfile
Raw Normal View History

2023-05-05 00:50:02 +03:00
start cmd /k "cd talemate_frontend && npm run serve"
start cmd /k "cd talemate_env\Scripts && activate && cd ../../ && python src\talemate\server\run.py runserver --host 0.0.0.0 --port 5050"