gatsby-starter-thepuzzlers-boxenstop
v1.1.1
Published
A simplified bare-bones starter for ThePuzzlers Boxenstop
Downloads
12
Readme
Gatsby Starter ThePuzzlers Boxenstop
A website starter for a Boxenstop Site.
How to use ThePuzzlers Starters
Since the gatsby starter is in a private repo, we must download it locally:
1a. Download this repo on your computer
git clone [email protected]:thepuzzlers-org/websites/thepuzzlers-website-starter.git
1b. If you already have it, make sure you have the latest version
git pull
2a. Assuming you have gastby installed globally, make sure your gatsby config is set to use yarn
as the package manager. To change it type:
gatsby options set package-manager yarn
- Create your new gatsby site with the starter
gatsby new [SITE_DIRECTORY] [LOCAL_PATH_TO_STARTER]
- Change into your new directory
cd [SITE_DIRECTORY]
- Launch the site
yarn develop
Provide the necessary env variables
To use this starter, add the stripe api key & api url in the .env.development file. These are used as plugin configs for gatsby-theme-thepuzzlers-cart.
GATSBY_STRIPE_PUBLISHABLE_KEY=pk_test_***
GATSBY_API_URL=https://...