This site uses Gatsby to generate a static site hosted on GH Pages.
This project depends on Node (^5.10.1) and NPM (^3.8.6).
Run npm i to install all dependencies.
Run npm start to start webpack with file watching and a server.
The site will be available at http://localhost:8000.
This project uses CSS and JS linting. To run both linters:
npm run lintFor CSS linting, run:
npm run lint:cssFor JS linting, run:
npm run lint:jsTo generate a local build of the static site, run:
npm run buildTo deploy a local build of the static site to GH pages (must have permissions), run:
npm run deployTo generate a local build of the static site, and publish it to GH Pages, run:
npm run publish