This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To run locally on docker, first run
docker build -t pre-commit-env .
then
docker run --rm -v $(pwd):/app pre-commit-env