This is a simple Next.js application.
-
Clone the repository:
git clone <repository-url> cd <project-directory>
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser at
http://localhost:3001
.
To build the project for production:
npm run build
To start the production server:
npm run start