Skip to content

Repository files navigation

Atlas Engine Website

Verify Website

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.

Local development

Install dependencies with Bun:

bun install

Start the development server:

bun run dev

Create the static production output:

bun run build

Content

  • public/news.json contains the newsroom index.
  • public/news/*.md contains every published article.
  • public/releases.json maps release routes to GitHub release tags.
  • src/content/ contains long-form learning and about pages.

Existing posts are intentionally retained when the interface changes.

Deployment

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.

Releases

Packages

Contributors

Languages