Ensure Node.js >=22.12.0 is installed.
# Install dependencies
npm install
# Start local development server at http://localhost:4321
npm run devThe application is deployed via Cloudflare Pages and Wrangler.
# Generate production build
npm run build
# Preview production build locally
npm run preview| Path / File | Description |
|---|---|
src/ |
Application source code, Astro components, layouts, and pages. |
public/ |
Static assets and decoupled integrations (e.g., Sveltia CMS). |
astro.config.mjs |
Astro build and integration configurations. |
wrangler.jsonc |
Cloudflare infrastructure bindings and runtime configuration. |