Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 390 Bytes

File metadata and controls

33 lines (23 loc) · 390 Bytes

johnhooks.io

johnhooks.io

Personal website built with Astro and deployed to Cloudflare Workers.

Developing

pnpm install
pnpm dev

Building

pnpm build
pnpm preview

Deployment

pnpm deploy

Or test locally with Wrangler after building:

pnpm build
pnpm wrangler dev --env staging