natemoo-re / astro-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Astro

πŸ§‘β€πŸš€ 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.

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

πŸ‘€ Want to learn more?

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

About