An Astro starter for Cloudcore CMS. Static site generation with zero JavaScript shipped by default.
npm install
cp .env.example .env
# Edit .env: set your CMS or Public API URL
npm run dev
# http://localhost:4321| Variable | Description |
|---|---|
PUBLIC_CMS_URL |
Cloudcore API URL (default: http://localhost:8787/api/v1) |
For production, point at the Public API (e.g., https://api.yourdomain.com).
npm run build
# Output in dist/Cloudflare Pages: npx wrangler pages deploy dist
Vercel: Click the button above or npx vercel
Netlify: Click the button above or npx netlify deploy --build
MIT