Graphic designer store/portfolio built with Gatsby, Sanity, Netlify and Shopify 🐱🚀
Use NPM
# Install deps
cd guste-design && npm i && npm i -g @sanity/cli gatsby-cli
# Login to Sanity
sanity login
# Run
# Studio at http://localhost:3333
# Web frontend at http://localhost:8000
# GraphiQL explorer at http://localhost:8000/___graphql
npm start
# Format and lint
npm run lint
npm run fix
# Build
npm run build
# Deploy Sanity Graphql API
npm run graphql-deploy
# Deploy the Sanity Studio to *.sanity.studio
npm run sanity-deploy
# Run storybook
npm run storybook
Run Storybook to learn how components work