Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 383 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 383 Bytes

Installation

git clone https://github.com/bird-exchange/worker.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