No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-07 12:16:23 -05:00
+devops fmt & install svelte 2026-08-29 09:26:47 -05:00
public docs: on nikki0 2026-09-07 12:00:08 -05:00
src docs: on nikki1 2026-09-07 12:16:23 -05:00
.dockerignore devops: jenkins+ansible setup 2026-08-17 06:49:26 -05:00
.gitignore init 2026-08-12 14:48:14 -05:00
.prettierrc ai: move bottom bars to svelte 2026-08-29 09:31:56 -05:00
AGENTS.md colors: use uniform color tokens 2026-08-12 16:02:10 -05:00
astro.config.mjs fmt & install svelte 2026-08-29 09:26:47 -05:00
package.json ai: move bottom bars to svelte 2026-08-29 09:31:56 -05:00
pnpm-lock.yaml ai: move bottom bars to svelte 2026-08-29 09:31:56 -05:00
pnpm-workspace.yaml fmt & install svelte 2026-08-29 09:26:47 -05:00
README.md prettier & fmt 2026-08-12 15:25:02 -05:00
svelte.config.js fmt & install svelte 2026-08-29 09:26:47 -05:00
tsconfig.json init 2026-08-12 14:48:14 -05:00

Astro Starter Kit: Minimal

pnpm create astro@latest -- --template minimal

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

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

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

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

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

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.