Skip to content

cloudcore-cms/cloudcore-astro

Repository files navigation

Cloudcore Astro Frontend

CI

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

Deploy with Vercel Deploy to Netlify Deploy 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

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).

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