Skip to content

ios-lab-up/backwell-web

Repository files navigation

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

Run locally for development

  1. Install the dependencies
npm install
  1. Run the development server
npm run dev

Run with Docker for production

  1. Build the container
docker build -t nextjs-docker .
  1. Run the container
docker run -p 3000:3000 nextjs-docker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published