Create a .env file in the project root. For default environment variables, refer to .env.example.
Start the database locally:
docker compose up -dMigrate the database for the first time:
node ace migration:freshStart the project for development:
npm run devBuild the project for production:
npm run buildTip: Install the AdonisJS VSCode extension for a better development experience.