Sanity.io starter template
Run these commands and follow the instructions to setup your sanity.io setup
git clone git@github.com:onlyhtml/starter-sanity.git
cd starter-sanity
npm install
npm run initnpm run serveThis will start two servers
- sanity studio at localhost:3333
- onlyhtml server at localhost:3000
As you change the data in the sanity studio you will see the onlyhtml server update