This is a mono repo for Compressed.fm Website.
- Node.js
- Clone the repo from GitHub
- Within the Terminal, open the remix folder. Run
npm install
- Within the Terminal, open the sanity folder. Run
npm install
You'll need to create a file in the remix
directory called .env
and provide the following environment variables:
SANITY_PROJECT_ID='*************'
SANITY_DATASET='*************'
- Within one Terminal instance, navigate to the remix folder and run
npm run dev
. - Within another Terminal instance, navigate to the sanity folder and run
npm run dev
Everything should run seamlessly. 🙃
- The (frontend) site should be available locally at http://localhost:3000
- Sanity Studio (backend) should be available locally at http://localhost:3333