VoxelEarth monorepo with consistent versions: https://github.com/ryanhlewis/VoxelEarth
A small Astro-powered frontend used by Voxel Earth for docs, demos, and navigation to the other components of the pipeline.
# Node 18+ recommended
npm install
npm run dev # http://localhost:4321
# production build
npm run build
npm run previewsrc/pages/— site pages (docs/demos/links).src/components/— reusable UI pieces.src/layouts/— page shells/wrappers.public/— static assets.astro.config.*— Astro project config.
PRs welcomed. Please keep the content and links in sync with the monorepo.
- Built with Astro.
- Initial scaffolding adapted from AstroPie by wpinfusion (theme starter).