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 lint
For CSS linting, run:
npm run lint:css
For JS linting, run:
npm run lint:js
To generate a local build of the static site, run:
npm run build
To deploy a local build of the static site to GH pages (must have permissions), run:
npm run deploy
To generate a local build of the static site, and publish it to GH Pages, run:
npm run publish