mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 11:47:48 +01:00
3 lines
108 B
Bash
3 lines
108 B
Bash
|
|
#!/bin/sh
|
||
|
|
. talemate_env/bin/activate
|
||
|
|
python src/talemate/server/run.py runserver --host 0.0.0.0 --port 5050
|