You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
8
-
9
-
## 🚀 Project Structure
10
-
11
-
Inside of your Astro project, you'll see the following folders and files:
12
-
13
-
```text
14
-
/
15
-
├── public/
16
-
│ └── favicon.svg
17
-
├── src
18
-
│ ├── assets
19
-
│ │ └── astro.svg
20
-
│ ├── components
21
-
│ │ └── Welcome.astro
22
-
│ ├── layouts
23
-
│ │ └── Layout.astro
24
-
│ └── pages
25
-
│ └── index.astro
26
-
└── package.json
27
-
```
28
-
29
-
To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/).
30
-
31
-
## 🧞 Commands
32
-
33
-
All commands are run from the root of the project, from a terminal:
0 commit comments