# Develop
```sh
docker compose run --rm node yarn install
docker compose --profile dev up --build
docker compose --profile debug up --build
```