gatsby-starter-thepuzzlers-base
v1.1.1
Published
A simplified bare-bones website starter for ThePuzzlers
Downloads
4
Readme
Gatsby Starter ThePuzzlers Core
A simplified bare-bones website starter for ThePuzzlers.
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