The project is built in 2 parts
web- The public website - https://www.jmillsent.com/studio- The Sanity CMS - https://jmillsent-studio.vercel.app/
Built using Next.js, consumes data from Sanity
- Log in to Santiy and get an API token for the Jmills project
cdin to web- Run
cp .env.example .env.local - Paste your token in the appropriate place
- Run
npm run dev
- Push your code to
masterand wait about a minute for Vercel to build it
We are using Sanity's CMS to power the content creation process.
https://jmillsent-studio.vercel.app/
cdin to studio- Run
npm run start
Currently hosted on Vercel.