Skip to content
 
 

Repository files navigation

Next.js Project

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open 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.

Running the Project with Docker

This project can also be built and run using Docker Compose.

Build and start the container

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 --build

Start the container (without rebuilding)

Use this command for subsequent runs when no code changes were made:

docker compose up -d

This runs the container in detached mode.

Stop the container

To stop the running service:

docker compose down

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository — feedback and contributions are welcome!


Deploy on Vercel

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.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages