Skip to content
Snippets Groups Projects
Commit 97d7ed82 authored by Wortman, Elliot (UG - Comp Sci & Elec Eng)'s avatar Wortman, Elliot (UG - Comp Sci & Elec Eng)
Browse files

Update README with additional flask run host instructions

parent a71e121f
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,12 @@ Run deployment bash script (if `dist` folder is not present) \
Install required packages \
`pip install -r requirements.txt`
Run NanoPatch UI \
Run NanoPatch UI Locally \
`flask run`
Top make Flask server visible to network \
`flask run --host=0.0.0.0`
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment