https://github.com/brob/sanity-eleventy-ecomm
11ty Ecommerce Simplified
https://github.com/brob/sanity-eleventy-ecomm
Last synced: about 1 year ago
JSON representation
11ty Ecommerce Simplified
- Host: GitHub
- URL: https://github.com/brob/sanity-eleventy-ecomm
- Owner: brob
- Created: 2021-02-12T21:27:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:00:13.000Z (over 2 years ago)
- Last Synced: 2025-02-17T16:51:51.255Z (over 1 year ago)
- Language: JavaScript
- Size: 314 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 11ty Ecommerce Simplified
_Simple blog starter with [11ty](https://11ty.io)._
Deployed from [sanity.io/create](https://www.sanity.io/create/?template=sanity-io%2Fsanity-template-gatsby-blog).
## What you have
- A simple static site generator with [Eleventy](https://11ty.io)
- Structured content using [Sanity.io](https://www.sanity.io)
- Global deployment on [Netlify](https://netlify.com)
## Quick start
1. Clone this repository
2. `npm install` in the project root folder on local
3. `npm run dev` to start the studio and frontend locally
- Your studio should be running on [http://localhost:3333](http://localhost:3333)
- Your frontend should be running on [http://localhost:8080](http://localhost:8080)
4. `npm run build` to build to production locally
## Deploy changes
Netlify automatically deploys new changes commited to master on GitHub. If you want to change deployment branch, do so in [build & deploy settings on Netlify](https://www.netlify.com/docs/continuous-deployment/#branches-deploys).
## Stuck? Get help
[](https://slack.sanity.io/)
Join [Sanity’s developer community](https://slack.sanity.io) or ping us [on twitter](https://twitter.com/sanity_io).