Install the dependencies:
npm install
Run the development server:
npm run dev
To run this project, you will need to add the following environment variables to your .env
file:
Variable Name | Description | Example Value |
---|---|---|
NEXT_PUBLIC_API_URL |
The base URL for the API | https://api.example.com |