Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Developer Crash Course

Jeremy Fleischman edited this page May 23, 2017 · 8 revisions

First, get familiar with Git, forks, and pull requests (PRs). Do you know the difference between Git and GitHub? If any of this is iffy for you, the following resources may help:

How to propose a change to the website

  1. Make a fork of the cubingusa/org repo if you have not already done so.
  2. install ruby, gem install bundler, bundle install, how to jekyll<<<

  3. Create a PR with your changes.

How to deploy a change

  1. Merge your PR. Travis will take care of automatically building and deploying your changes to the gh-pages branch.
Clone this wiki locally