Uptip / jamstock

A POC JAMstack ecommerce website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

yarn install

Setup

  • Fill your Algolia credentials inside src/components/header.js
  • Fill your Contentful credentials inside gatsby-config.js

Data model

On Contentful, you should have a content model named Product with 7 fields. The content model is included in content-model.json. To see how to import it to your space, refer to Contentful doc

Running

yarn develop

About

A POC JAMstack ecommerce website


Languages

Language:JavaScript 94.3%Language:CSS 5.7%