Skip to content

MuNuChapterHKN/HKN-Website-React

Repository files navigation

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

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Docker build

docker build -t nextjs-docker .

Than run the docker image:

docker run -p 3000:3000 nextjs-docker