A starter template for Gatbsy web builds by Will McLean
- Create a private repo using this as a template when prompted in the willswebsites organisation
- Clone the repo to your local machine
- Install dependencies by running
npm install
inside the project directory - Update project title and description in readme, package.json and gatsby-config.js
- Add an initial commit and push to github
- Start deving with
gatsby develop
- Link Netlify site to github repo for deployment (or get Will to)
- Clone the site
git clone ...
- Install dependencies by running
npm install
inside the project directory - Create a .env.development file in the root of the repo to hold the any project variables, like api keys etc. (see https://www.gatsbyjs.com/docs/how-to/local-development/environment-variables/)
- Start deving with
gatsby develop
Master branch set to auto deploy to