Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 844 Bytes

File metadata and controls

23 lines (16 loc) · 844 Bytes

OpenPlanetData Website

The website for OpenPlanetData, built with Astro and Starlight.

Commands

All commands are run from the root of the project:

Command Action
npm install Install dependencies
npm run dev Start local dev server at localhost:4321
npm run build Build production site to ./dist/
npm run preview Preview production build locally

Deployment

The site is deployed as static assets to Cloudflare Pages using Wrangler:

npm run build
npx wrangler deploy