The source files for blog.kubosho.com.
- Node.js
- Wrangler CLI (for Cloudflare development)
npm installCreate .dev.vars for secrets:
# Edit .dev.vars as neededFor development without Wrangler, create .env:
cp .env.example .env
# Edit .env with your valuesThis mode uses the standard Astro development server.
npm run devAccess the application at: http://localhost:4321
Automatically deployed to Cloudflare Workers on push to the main branch.