/petcard

micro site for your pet 🐶

Primary LanguageTypeScript

Petcard

Petcard is currently a work in progress.

🚀 Project Structure

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

/
├── public/
│   └── favicon.svg
├── src/
│   ├── server/
│   │   └── all the API stuff
│   ├── app/
│   │   └── all the frontend stuff
│   └── pages/
│       └── all the Astro pages
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

Any static assets, like images, can be placed in the public/ directory.