An Astro site prerendered to static files, ready to deploy on Light Cloud.
- Astro 7, scaffolded with
create astro - Prerendered to static HTML — no server needed
- Zero JavaScript shipped by default
- Ready for production deployment
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildVisit console.light-cloud.com and sign up with GitHub or Google.
- Click "New Application" in the dashboard
- Select "Static Site" as the deployment type
- Choose "Astro" as the framework
- Option A: Fork this repository and connect it via GitHub
- Option B: Push this code to your own GitHub repository and connect it
Light Cloud will auto-detect your settings, but you can verify:
| Setting | Value |
|---|---|
| Build Command | npm run build |
| Output Directory | dist |
Click "Deploy" and your site will be live in seconds!
Your site will be available at https://your-app.light-cloud.io
This starter is the output of npm create astro@latest -- --template minimal, with only the changes noted above.
Website • Documentation • Console
Made with ☁️ by Light Cloud
