The Atlas Engine website is the product, release and learning home for Atlas Engine, a Neutral Software project.
The site uses Astro, Svelte and TypeScript during development and produces a static dist/ directory containing deployable HTML, CSS, JavaScript and assets.
Install dependencies with Bun:
bun installStart the development server:
bun run devCreate the static production output:
bun run buildpublic/news.jsoncontains the newsroom index.public/news/*.mdcontains every published article.public/releases.jsonmaps release routes to GitHub release tags.src/content/contains long-form learning and about pages.
Existing posts are intentionally retained when the interface changes.
The deployment workflow builds the static website and publishes the resulting dist/ directory to the repository's dist branch. It runs on pushes to main and can also be started manually through workflow_dispatch.