campfire/astro
2026-01-21 18:42:12 -05:00
..
.vscode feat: init astro (#6) 2025-12-11 13:18:59 -05:00
prisma feat: add map + under construction pages (#11) 2026-01-20 22:26:42 -05:00
public feat: add map + under construction pages (#11) 2026-01-20 22:26:42 -05:00
src feat: 404 page 2026-01-21 16:50:27 -05:00
.gitignore feat: set up satellite rendering 2025-12-12 15:19:15 -05:00
astro.config.mjs fix: prisma at runtime? 2026-01-21 18:42:12 -05:00
bun.lock feat: set up satellite rendering 2025-12-12 15:19:15 -05:00
Dockerfile fix: prisma at runtime? 2026-01-21 18:42:12 -05:00
env.d.ts feat: add prisma 2026-01-13 15:35:05 -05:00
package-lock.json feat: add map + under construction pages (#11) 2026-01-20 22:26:42 -05:00
package.json feat: add map + under construction pages (#11) 2026-01-20 22:26:42 -05:00
prisma.config.ts feat: background airtable sync 2026-01-13 18:54:47 -05:00
README.md feat: init astro (#6) 2025-12-11 13:18:59 -05:00
svelte.config.js feat: add prisma 2026-01-13 15:35:05 -05:00
tsconfig.json feat: init astro (#6) 2025-12-11 13:18:59 -05:00

Astro Starter Kit: Minimal

bun 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
bun install Installs dependencies
bun dev Starts local dev server at localhost:4321
bun build Build your production site to ./dist/
bun preview Preview your build locally, before deploying
bun astro ... Run CLI commands like astro add, astro check
bun astro -- --help Get help using the Astro CLI

👀 Want to learn more?

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