Local Development#
Installation#
- Docker
- poetry
make install
Configuration#
cp .env.example .env
cp .env.example .env.dev
You will then want to enter your AWS credentials into .env
and your Hatchet credentials into both.
Running the System#
make dev
make prod