screen-capture.1.webm
This is a Next.js project bootstrapped with create-next-app.
This project requires the following environment variables to be set. Create a .env file in the root directory with:
NEXT_PUBLIC_API_BASE_URL=https://pr-42389.masterclass.dev/jsonapi/v1/
NEXT_PUBLIC_EMAIL - The email address to be used in API requests
Note: These variables use the NEXTPUBLIC prefix, which makes them available in the browser.
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.