A selection of Michael Cousins' accomplishments and skills
https://mike.cousins.io/resume/
This project is continuously deployed to GitHub Pages from the main
branch.
Node.js v16 is required for development.
# install development dependencies
pnpm install
# start a live-reloading development server
pnpm dev
# build HTML, CSS, and PDF to `dist/client`
pnpm build
# preview built assets
pnpm preview
# format, lint, and typecheck
pnpm check