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
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit.
This project uses next/font to automatically optimize and load Geist, a modern font family from Vercel.
This project can also be built and run using Docker Compose.
Clone the repo and in the root of the project use this command when you have made code changes or when running for the first time:
docker compose up --buildUse this command for subsequent runs when no code changes were made:
docker compose up -dThis runs the container in detached mode.
To stop the running service:
docker compose downTo learn more about Next.js, take a look at the following resources:
- Next.js Documentation – learn about Next.js features and API.
- Learn Next.js – an interactive Next.js tutorial.
You can check out the Next.js GitHub repository — feedback and contributions are welcome!
The easiest way to deploy your Next.js app is using the Vercel Platform, created by the team behind Next.js.
See the Next.js deployment documentation for more details.