Built from a combination of Sanity studio powering the backend and an Astro frontend.
Sanity stuff found in /backend
Astro stuff found in /frontend
- nvm
- npm
- pnpm
Copy the contents .env.example
to a file named .env
Replace the placeholder environment variables with the correct values.
nvm use
cd backend
npm install
cd ../
cd frontend
pnpm install
In order to run the full project locally, you will need to run both the frontend and backend in a terminal tab.
cd backend
npm run dev
- open new tab
cd frontend
pnpm dev