English-language Nuxt 4 frontend for discovering upcoming classical-music concerts around the world.
Concert data is collected and maintained by the separate crawler project:
https://github.com/druskacik/classical_bot
Use Node.js 24 LTS, install dependencies with npm ci, and run the application with:
npm run devValidate the application and create a production build with:
npm run typecheck
npm run buildRun the built application with node .output/server/index.mjs.
For read-only database inspection, use:
npm run db:query -- --query "SELECT COUNT(*) FROM classical_concert;" --format tableThe runtime loads database configuration from .env; never print or commit that file.