This is a Next.js project bootstrapped with create-next-app.
Set Up Environment Variables:
- Rename the
.env.examplefile to.envin the root of your project. - Add your backend API URI and other necessary environment variables. Example:
NEXT_PUBLIC_API_URL=your_api_uri
Install necessary npm dependancies:
npm install --forceRun the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.