Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 480 Bytes

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

To run locally on docker, first run

docker build -t pre-commit-env .

then

docker run --rm -v $(pwd):/app pre-commit-env