Skip to content

This project was built by following the Astro documentation tutorial

Notifications You must be signed in to change notification settings

Frtavonatti/astro-tutorial

Repository files navigation

Astro Project

This project is developed by following the Astro tutorial documentation.

The project is deployed at https://astroprojecttest.netlify.app/.

Project Structure

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.

About

This project was built by following the Astro documentation tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published