armandsalle / petcard

micro site for your pet 🐢

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

micro site for your pet 🐢


Languages

Language:TypeScript 90.0%Language:JavaScript 5.5%Language:CSS 2.8%Language:Astro 1.8%