Skip to content

MuNuChapterHKN/HKN-Website-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10943e1 · Oct 8, 2024
May 1, 2024
May 27, 2024
May 1, 2024
Jun 3, 2024
May 1, 2024
Oct 8, 2024
May 1, 2024
Oct 8, 2024
May 1, 2024
Oct 2, 2024
May 1, 2024
May 1, 2024
May 1, 2024
May 1, 2024
May 1, 2024
May 1, 2024
May 1, 2024
May 1, 2024
May 1, 2024

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