Skip to content

frankstallone/loumarc-astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.