Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 691 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 691 Bytes

Luma Basketball Club

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

Running the Project

# Install dependencies
pnpm install

# Run the web server
pnpm dev

Configuration

You’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.