No description
Find a file
2025-09-05 14:28:21 -04:00
assets docs(spec): add website revamp specification, data, and update contributor guide 2025-09-05 11:11:34 -04:00
data change directories names 2023-06-29 20:47:44 +02:00
dist style(tailwind): wire global Tailwind CSS, brand tokens, and replace hex with theme classes 2025-09-05 11:36:54 -04:00
docs/spec docs(spec): add website revamp specification, data, and update contributor guide 2025-09-05 11:11:34 -04:00
lib use rich 2023-07-05 21:00:22 +02:00
pages refactor(html): reformat and modernize HTML structure 2025-05-13 01:02:07 +02:00
public feat(i18n): add route manifest and use it for language toggle + hreflang; add alias redirects to avoid 404s on mismatched slugs 2025-09-05 11:59:18 -04:00
src style(home): remove section dividers; add brand underline to all section titles (FR/EN) 2025-09-05 14:28:21 -04:00
template docs(spec): add website revamp specification, data, and update contributor guide 2025-09-05 11:11:34 -04:00
.gitignore build: switch to pnpm@10.15.1 and scaffold Astro Phase 1 stubs (FR) 2025-09-05 11:29:51 -04:00
AGENTS.md docs(spec): add website revamp specification, data, and update contributor guide 2025-09-05 11:11:34 -04:00
astro.config.mjs build: switch to pnpm@10.15.1 and scaffold Astro Phase 1 stubs (FR) 2025-09-05 11:29:51 -04:00
config.toml return exit code 1 if config file is missing 2023-07-05 15:52:05 +02:00
Makefile use rich 2023-07-05 21:00:22 +02:00
package.json feat(icons): use brand color for facility icons and restore 'Crib on demand' in FR/EN 2025-09-05 13:13:15 -04:00
Pipfile use rich 2023-07-05 21:00:22 +02:00
Pipfile.lock Bump jinja2 from 3.1.4 to 3.1.5 2025-01-08 20:46:23 +00:00
pnpm-lock.yaml feat(icons): use brand color for facility icons and restore 'Crib on demand' in FR/EN 2025-09-05 13:13:15 -04:00
pnpm-workspace.yaml build: switch to pnpm@10.15.1 and scaffold Astro Phase 1 stubs (FR) 2025-09-05 11:29:51 -04:00
pyproject.toml success page 2023-05-28 14:03:49 +02:00
README.md build: switch to pnpm@10.15.1 and scaffold Astro Phase 1 stubs (FR) 2025-09-05 11:29:51 -04:00
tsconfig.json build: switch to pnpm@10.15.1 and scaffold Astro Phase 1 stubs (FR) 2025-09-05 11:29:51 -04:00

Astro Starter Kit: Minimal

npm 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
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
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?

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