Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 735 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 735 Bytes

🚀 Project Structure

Inside of it, you'll see the following folders and files:

/
├── public/
│   ├── images/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   ├── /**
│   │   ├── *
│   │   └── */
│   ├── data/
│   │   ├── /**
│   │   ├── *
│   │   └── */
│   ├── layouts/
│   │   └── Layout.astro
│   ├── pages/
│   │   └── index.astro
│   └── sections/
│       ├── /**
│       ├── *
│       └── */
└── package.json

👀 Do you like it?

Drop a 🌟 and stay tuned for more