Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 943 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 943 Bytes

Loumarc Signs - Website

Netlify Status

This is the source code for the Loumarc Signs website. It is built using Astro and Sanity.io.

Getting Started

Project Structure

/
├── 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.