This is an example website showing how you can integrate the Luma API into your website. In this example, we are using a fictional basketball club based in New York City.
For this project, we are using Next.js and the Luma API.
GitHub Repo | Live Demo | Luma Calendar
# Install dependencies
bun install
# Run the web server
bun devYou’ll need to use your own Luma API key and add it to a new file .env.local. You can use the .env.local.template as a starting point.