Skip to content

zone/zone.github.io

Repository files navigation

Zone: Tech

Setup

This static site has been built using Gatsby. It requires to be built before being deployed.

Prerequisites

  • Node (10.15.0 - LTS Dubnium)
  • Yarn (Latest)

Install

Run yarn install followed by yarn start.

Hosting and Contributing

GitHub pages is used to host. GitHub pages requires the production ready code to be on the master branch.

The master branch is the compiled output of the develop branch.

All work should end up on develop.

Deployment

To deploy, checkout the develop branch and run yarn deploy. This will get Gatsby to compile to /public and use the gh-pages package to move the contents of that directory to the master branch, pushing the result to the remote repo (GitHub pages).