Skip to content

GDWR/gdwrsite

Folders and files

NameName
Last commit message
Last commit date
Aug 13, 2022
May 11, 2024
Aug 14, 2022
Jan 31, 2024
Jan 31, 2024
Aug 13, 2022
Aug 13, 2022
Aug 13, 2022
Aug 14, 2022
Aug 13, 2022
Jan 4, 2023
Mar 4, 2023
Jan 5, 2023
Mar 6, 2023
Jan 4, 2023
Aug 13, 2022
Mar 6, 2023

Repository files navigation

gdwrsite

yarn run dev

πŸš€ Project Structure

β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ layouts/
β”‚   └── pages/
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ README.md
β”œβ”€β”€ package.json
└── tsconfig.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.