Skip to content

Files

Latest commit

 

History

History
28 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 408 Bytes

michael.cousins.io

Michael Cousins’ home on the internet

https://michael.cousins.io

Develop

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

Deploy

The site is continuously deployed to GitHub Pages from main.