- Start all services and prepare a dev container (app, money-module, Postgres, TigerBeetle):
docker compose up -dIf this doesn't work install the docker-compose plugin
- To enter the dev environment
docker exec -it warchest-dev-container bash- To exit the dev environment
exit- To close all services
docker compose downuse bun run lint for lint and bun run test in the dev shell for tests.
tests need to end in the suffix .test.ts.