gofullstack / waypoints

Documentation surrounding Cramer Development's tools and workflow.
http://waypoints.cramerdev.net/
0 stars 1 forks source link

Waypoints

Waypoints surrounding Cramer Development's tools and workflow.

Getting Started

First off, you want to have at least Ruby 1.9.x and Python install.

  1. Start off by cloning the repo.

    git clone https://github.com/cramerdev/waypoints.git
  2. Move into the repository

    cd waypoints
  3. Install all of the required gems for development.

    bundle install
  4. Start up the Jekyll server. Note, the -w tells the Jekyll server to watch for file changes.

    jekyll serve -w
  5. Start up Compass to watch for stylesheet changes.

    compass watch

Contributing

  1. Create a branch
  2. Make your changes, additions, or improvements
  3. Open a pull request for feedback and consensus approval from the team
  4. Merge and feel good about yourself for taking time out of your day to the make the internet a better place.