A minimalist static E-commerce site built using GatsbyJs.
It uses headless CMS called Sanity.io, so no need to manage database for APIs hosting.
Admin panel can be found in Admin repository
Required API for mutations can be found in API repository
- Fork or download this repository
- Ready!
To change site config ./src/utils/config.js
Run:
yarn install
To start the development server
yarn start
yarn run build
yarn serve