Michael Cousins’ home on the internet
Node.js v18 required for development.
# run all checks and builds
pnpm all
# start the dev server
pnpm start
# format, lint, and type check
pnpm check
# build and serve production assets
pnpm build
pnpm preview
The site is continuously deployed to GitHub Pages from main
.