Skip to content

Repository files navigation

Cloudcore Astro Frontend

CI

An Astro starter for Cloudcore CMS. Static site generation with zero JavaScript shipped by default.

Deploy with VercelDeploy to NetlifyDeploy to Cloudflare Pages

Quick Start

npm install
cp .env.example .env
# Edit .env: set your CMS or Public API URL
npm run dev
# http://localhost:4321

Environment Variables

VariableDescription
PUBLIC_CMS_URLCloudcore API URL (default: http://localhost:8787/api/v1)

For production, point at the Public API (e.g., https://api.yourdomain.com).

Deploy

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

License

MIT