This is a Next.js project bootstrapped with create-next-app
.
Set Up Environment Variables:
- Rename the
.env.example
file to.env
in 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 --force
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.