Installation git clone https://github.com/bird-exchange/frontend.git Running One-time action (if not poetry) pip install poetry poetry config virtualenvs.in-project true Install dependecies poetry init poetry install Configure environment Use .env.default to create .env Start application make app.run