An open API service indexing awesome lists of open source software.

https://github.com/m4p4/avalon-lander


https://github.com/m4p4/avalon-lander

Last synced: 3 months ago
JSON representation

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