This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
To run the application using Docker Compose:
-
Make sure you have Docker and Docker Compose installed on your system.
-
Run the following command in the project root:
docker-compose up -d
-
The application will be available at http://localhost:3000