Skip to content

voxelearth/frontend

Repository files navigation

Voxel Earth — Frontend (Astro)

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.

Quick start

# Node 18+ recommended
npm install
npm run dev   # http://localhost:4321

# production build
npm run build
npm run preview

Useful files & dirs

  • src/pages/ — site pages (docs/demos/links).
  • src/components/ — reusable UI pieces.
  • src/layouts/ — page shells/wrappers.
  • public/ — static assets.
  • astro.config.* — Astro project config.

Contributing

PRs welcomed. Please keep the content and links in sync with the monorepo.

Acknowledgements

  • Built with Astro.
  • Initial scaffolding adapted from AstroPie by wpinfusion (theme starter).