This is a project template for a Jungle + Sanity blog. It lives at https://github.com/stordahl/jungle-sanity.
To create a new project based on this template using degit:
npx degit stordahl/jungle-sanity jungle-blog
cd jungle-blog
Note that you will need to have Node.js installed.
Install the dependencies...
cd jungle-blog
npm install
...then start the build/run
npm run start
Navigate to localhost:3000. You should see your app running.
To read the blog post outlining this project, head to my blog
Example Site deployed to Netlify: jungle-sanity.netlify.app