https://github.com/zone/zone.github.io
https://github.com/zone/zone.github.io
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zone/zone.github.io
- Owner: zone
- License: mit
- Created: 2018-12-17T15:19:50.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-11T20:23:11.000Z (over 2 years ago)
- Last Synced: 2025-01-26T09:16:54.737Z (4 months ago)
- Language: JavaScript
- Homepage: https://zone.github.io
- Size: 2.18 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).