Skip to content

Repository files navigation

ClassicalBot Web

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 dev

Validate the application and create a production build with:

npm run typecheck
npm run build

Run 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 table

The runtime loads database configuration from .env; never print or commit that file.

About

https://classicalbot.com

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages