A starter template for honox + bullmq.
pnpm dlx degit u1aryz/honox-bullmq-template my-app
cd my-app
cp .env.example .env
# Edit .env as needed
pnpm install| Command | Description |
|---|---|
docker compose up --build |
Start in development mode |
docker compose -f compose.yaml up --build |
Start in production mode |
pnpm run format |
Format code |
pnpm run typecheck |
Type check |