This is the source code for the Loumarc Signs website. It is built using Astro and Sanity.io.
/
├── astro/
│ └── public/
├── src/
│ ├── api/
│ ├── assets/
│ ├── components/
│ ├── css/
│ ├── layouts/
│ ├── pages/
│ └── ts/
└── studio/
Install dependencies:
cd astro/
npm i
cd sanity/
npm i
Looking for help with Astro? Start with their Getting Started guide.
Looking for help with Sanity.io? Start with their Getting Started guide.