- Install:
pnpm install
- Run:
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
- Build:
docker build -t nextjs-docker .
- Run:
docker run -p 3000:3000 --env-file .env.local nextjs-docker
- Open http://localhost:3000 with your browser to see the result.
- Create env file:
cp .env.local.example .env.local
- Fill in AUTH prefixed environment variables.