← all posts

How this site is put together

metaastro

A quick reference for how this project is organized:

Local development

npm install
npm run dev

Then open http://localhost:4321.

Building for production

npm run build

This outputs a fully static site to dist/, ready to deploy anywhere that serves static files.