- Bun for package management
You'll also need to add a .env
file with the following variable:
NEXT_PUBLIC_API_URL= # The base URL for API requests. This must be set to the endpoint of your backend service.
- Install dependencies
bun i
- Start the local development server
bun dev