feat: add start.sh script
This commit is contained in:
parent
4553fe8ac5
commit
ea574241f6
1 changed files with 5 additions and 0 deletions
5
start.sh
Normal file
5
start.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
. .venv/bin/activate
|
||||
flask --debug run
|
||||
|
||||
# after run
|
||||
deactivate
|
||||
Loading…
Reference in a new issue