To install dependencies:
bun install
To run:
bun run start
To dev:
bun run dev
This project was created using bun init
in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.
docker compose up
docker compose -f docker-compose.dev.yaml up
Create new command by duplicating commands/test.ts
and replace <command-name>
accordingly in the file.