Athena-OS / athena-docs

🌟 Beautiful, high-performance Athena OS documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Athena Docs

Made with Starlight(Astro).

πŸš€ Project Structure

Inside of your Astro + Starlight project, you'll see the following folders and files:

.
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ content/
β”‚   β”‚   β”œβ”€β”€ docs/
β”‚   β”‚   └── config.ts
β”‚   └── env.d.ts
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
└── tsconfig.json

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

πŸ‘€ Want to learn more?

Check out Starlight’s docs, read the Astro documentation, or jump into the Astro Discord server.

About

🌟 Beautiful, high-performance Athena OS documentation

License:GNU General Public License v3.0


Languages

Language:MDX 91.9%Language:JavaScript 2.9%Language:SCSS 2.6%Language:Astro 2.1%Language:CSS 0.4%Language:TypeScript 0.1%