Skip to content

ZJay07/jay_website

Repository files navigation

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