Repo for the funding service design frontend.
Built with Flask.
This is the first iteration of the Funding Service Design Beta application
- python ^= 3.10
- poetry ^= 1.1.12
Clone the repository
poetry config virtualenvs.in-project true
poetry install
bash ./build.sh
poetry shell
A requirements.txt is included for developer preference. Once you have installed the dependences (poetry or otherwise), enter the virtual environment and run:
flask run
A local dev server will be created on
http://127.0.0.1:5000/
This is configurable in .flaskenv