union.build introduces Union and shows our blog.
Run the following to start a development server, once it's running edit the files in site/ and you'll see your changes reflected immediately in the browser.
nix run .#site-dev-serverIt's a fully static Astro site. All copy, posts, structured page data, and media assets are checked into this repository, so builds do not require a CMS or network access. Styling is done using Tailwind. 3D models are made using Spline.
Local content lives in:
src/content/blog/andsrc/content/legal/for authored documents.src/content-data/for landing, learning, ecosystem, team, and roadmap data.public/content/assets/for the locally hosted media library.content/archive/contentful/for the final source export and migration audit trail.
Run pnpm --filter=site build from the repository root to create the static
site in site/dist/.