This is a Next.js project bootstrapped with create-next-app
.
You can run this server as a Docker image, as its available on Dockerhub. The command to do this is:
docker run -p 3000:3000 mfigurski80/cyd-whois:latest
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm 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 the file.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.