Permalink
Cannot retrieve contributors at this time
9 lines (9 sloc)
483 Bytes
|
{ |
|
"commands": { |
|
"Setup App": "sudo apt-get update; mkdir web_app/app/databases web_app/app/static web_app/app/static/css web_app/app/static/js web_app/app/static/img web_app/app/templates; sudo apt-get install python3-venv; python3 -m venv web_app/venv; cd web_app; . venv/bin/activate; pip install -r requirements.txt", |
|
"Run App": "cd /home/codio/workspace/web_app; . venv/bin/activate; flask run" |
|
}, |
|
"preview": { |
|
"URL": "https://{{domain3000}}/" |
|
} |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.