Install dependencies:
pnpm install
COMMAND | DESCRIPTION |
---|---|
pnpm run dev |
Run the site locally |
pnpm run img |
Convert all JPG images to Avif and WebP |
pnpm run lint |
Check for linting errors |
pnpm run lint -- --fix |
Attempt to fix linting errors |
Deploys automatically to Netlify on push to main
branch.