An open API service indexing awesome lists of open source software.

https://github.com/sudo-self/astro-site

Open Source Website
https://github.com/sudo-self/astro-site

Last synced: 11 months ago
JSON representation

Open Source Website

Awesome Lists containing this project

README

          

# astro-site


## 🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

```
/
├── public/
│ └── favicon.ico
├── src/
│ ├── components/
│ │ └── Layout.astro
│ │ └── allOfThem
│ ├── icons/
│ │ └── Icons.astro
│ ├── images/
│ │ └── avatar.jpg
│ └── pages/
│ └── index.astro
│ └── aboutme.astro
│ └── postlist.astro
│ └── styles/
│ └── base.css
└── tailwind.config.js
└── package.json
```