-
clone this repo
-
yarn install
to install npm dependencies -
To make shopify buy button embeds work, create a file called
.env.development
in the root of this project directory with the following values set:GATSBY_SHOPIFY_API_KEY= GATSBY_SHOPIFY_DOMAIN= GATSBY_SHOPIFY_APP_ID=
(fill in missing values to the right of each
=
with values from shopify) Values from this file will be injected into the react runtime following these rules whenever you start the project withgatsby develop
(oryarn start
/npm run start
, which just runsgatsby develop
). (Note: any additional environment variables must start withGATSBY_
) -
yarn start
will run the local dev environment 👍 -
yarn build
will run the build command to build a prod version of the site
Our aim is to build a constructive, inclusive, and positive community. Please give our our Code of Conduct a read through before contributing.