An open API service indexing awesome lists of open source software.

https://github.com/zone/zone.github.io


https://github.com/zone/zone.github.io

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        







# Zone: Tech

## Setup

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

### Prerequisites

- [Node](https://nodejs.org) (10.15.0 - LTS Dubnium)
- [Yarn](https://yarnpkg.com) (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).