This project is developed by following the Astro tutorial documentation.
The project is deployed at https://astroprojecttest.netlify.app/.
The project structure is as follows:
/
├── public/
│ ├── favicon.ico
├── src/
│ ├── components/
│ │ └── Header.astro
│ ├── layouts/
│ │ └── MainLayout.astro
│ ├── pages/
│ │ ├── posts/
│ │ ├── index.astro
│ │ └── about.astro
│ └── styles/
│ └── global.css
├── package.json
└── README.md
This structure includes the main directories and files used in the project.