Skip to content

✨ Atlas website created using Astro.

License

Notifications You must be signed in to change notification settings

Atlas-OS/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f6b48a · May 4, 2025
Sep 9, 2023
Apr 27, 2025
May 4, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025
Apr 27, 2025

Repository files navigation

AtlasOS Website

AtlasOS is an optimized modification of Microsoft Windows tailored for gaming and performance. This repo contains the source code for the official website (https://atlasos.net), built with Astro, Tailwind CSS, and Bun.


Table of Contents


Prerequisites

  • Bun ≥ 1.0.0
  • Node.js ≥ 18.0.0

Installation

bun install

Available Scripts

Command Description
bun dev Start local Astro development server
bun run build Build production site & run Jampack
bun preview Preview production build locally
bun format Format files with Prettier
bun run lint Lint code with ESLint
bun run check Runs the Astro check command

Configuration

  • Astro config: astro.config.mjs (integrations, site)
  • Tailwind config: globals.css (minimal config, theme)
  • ESLint config: .eslintrc.cjs (Astro + TypeScript rules)
  • EditorConfig: .editorconfig (consistent editor settings)
  • Gitignore: ignores Jampack cache in .jampack/, build output, lockfiles, etc.

License

This project is licensed under the MIT License. See the license field in package.json for details.