Getting Started
OnlyHtml Main Goals
Running Your First Site
# installing
git clone [email protected]:onlyhtml/starter-sanity.git my-website
cd my-website
npm install
# be ready to fill in some prompts
npm run init
# we are ready, start the server
onlyhtml serve sanity
# in another console, start the local sanity dashboard
cd my-website/sanity-studio
sanity startAuto-Generated Sanity.io Dashboard

Publishing
Last updated