- Astro
- Cloudflare Pages
- JSON Resume Schema
- Edit
cv.json
to update content
- Edit
Get pnpm
corepack enable
corepack prepare pnpm@^9 --activate
Start developing!
pnpm install
pnpm dev
Open http://localhost:4321 in your browser to view the result 🚀
Commits to the main branch updates the production deployment.
Commits on development branches creates a preview deployment.
This is driven by a GitHub Action to invoke Cloudflare Wrangler
Command | Action |
---|---|
pnpm dev |
Launches a local development server at localhost:4321 . |
pnpm build |
Checks for errors and creates a production build in ./dist/ . |
pnpm preview |
Local preview at localhost:4321 |
pnpm preview:cf |
Cloudflare Pages local preview at localhost:8788 |
Bootstrapped using Astro CLI from Smilesharks/dev-portfolio