This static site has been built using Gatsby. It requires to be built before being deployed.
Run yarn install followed by yarn start.
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.
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).