https://github.com/atlas-os/website
✨ Atlas website created using Astro.
https://github.com/atlas-os/website
astrojs atlasos tailwind
Last synced: about 1 month ago
JSON representation
✨ Atlas website created using Astro.
- Host: GitHub
- URL: https://github.com/atlas-os/website
- Owner: Atlas-OS
- License: mit
- Created: 2023-09-09T21:36:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T13:43:47.000Z (about 1 month ago)
- Last Synced: 2025-05-04T14:31:03.349Z (about 1 month ago)
- Topics: astrojs, atlasos, tailwind
- Language: Astro
- Homepage: https://atlasos.net
- Size: 4.74 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](#prerequisites)
- [Installation](#installation)
- [Available Scripts](#available-scripts)
- [Configuration](#configuration)
- [License](#license)---
## Prerequisites
- **Bun** ≥ 1.0.0
- **Node.js** ≥ 18.0.0## Installation
```bash
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.