https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/
npm install -g nodemon
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
./start.sh
| Name | Name | Last commit date | ||
|---|---|---|---|---|
https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/
npm install -g nodemon
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
./start.sh