Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 387 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 387 Bytes

🚀 Astro Quickstart Template

Get up and running instantly with

pnpm create astro@latest -- --template timredd/astro-quickstart

Project Structure

/
├── src/
│   ├── components/
│   │   └── ui/
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json