Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 309 Bytes

GameJam 2023

🚀 Project Structure

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Card.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json