Skip to content

Server Side Rendering Next.js site

Notifications You must be signed in to change notification settings

d-g-h/d-g-h.github.io

Repository files navigation

CodeQL Test Deploy

install

npm i

dev

npm run dev

inspect

npm run dev:inspect

test in dev

npm test

test in prod w/coverage report

npm run test:ci

test in prod w/coverage report & update snapshot

npm run test:ci -- -u

prod

npm run build

lint

npm run lint

Deploy

Push to the main branch to trigger .github/workflows/deploy.yml