Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 618 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 618 Bytes

Andrew Domingues - Homepage

https://drewdomi.com

BANNER

💻 Stack

  • Astro
  • TailwindCSS
  • DaisyUI
  • MDX

🚀 Estrutura do projeto

│
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Card.astro
│   ├── content
│   │   └── projects
│   │       └── cruz-vermelha.mdx
│   ├── icons
│   │   └── astro.svg
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json