npm create sanity@latest -- --template nuotsu/sanitypress
🚀 Getting Started
A quick setup. A lasting impact.
1. Install with the Sanity CLI¶
You can also clone or fork the GitHub template to set up manually.
2. Start local servers¶
Run the following command to start the development server:
- Website: http://localhost:3000
- Sanity Studio: http://localhost:3000/admin
npm run dev
3. Add content¶
In your new Sanity Studio, publish the required site
and page
documents:
Document | Slug | Use | Required? | Notes |
---|---|---|---|---|
site |
Global settings | ✅ | ||
page |
index |
Homepage | ✅ | |
page |
404 |
Page not found | ||
page |
blog |
Blog listing | Add the Blog frontpage module | |
global-module |
blog/ (path) |
Blog post | Add the Blog post content module |
Alternatively, you can import the demo site dataset:
sanity dataset import src/sanity/demo.tar.gz
4. Set up deployments¶
Add a Vercel or Netlify widget to enable deployments from the Studio.
5. Customize¶
Adjust frontend styles, edit/add schema and modules, and more.
Helpful Articles
Read more on The Styled Heart Blog