https://github.com/m4p4/avalon-lander
https://github.com/m4p4/avalon-lander
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m4p4/avalon-lander
- Owner: M4p4
- Created: 2022-01-29T10:17:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T16:23:01.000Z (over 3 years ago)
- Last Synced: 2024-04-25T09:38:53.078Z (about 1 year ago)
- Language: HTML
- Size: 632 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avalon-lander
1. `python3 -m venv venv`
2. `. venv/bin/activate`
3. `pip install -r requirements.txt`
4. `yarn install` and then run `yarn run dev` to refresh css while coding.
5. `export FLASK_APP=app.py`
6. `flask run` OR `FLASK_ENV=development flask run` to watch changes