Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 652 Bytes

File metadata and controls

26 lines (19 loc) · 652 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.