Skip to content

dev-mission/devmission.org

Repository files navigation

Dev Mission Website

Clone this repo and open the folder in the command line.

Setup on OS X

  1. If you don't have homebrew installed, install homebrew
  2. brew install ruby
  3. sudo gem install bundler
  4. mkdir vendor && bundler install --path vendor
  5. bundle exec jekyll serve
  6. Any changes should be in a new branch and then submitted for review as a pull request

Setup on Windows

  1. Install Jekyll
  2. Clone repository and open the directory in the Terminal
  3. gem install jekyll bundler and bundle install to install dependencies
  4. jekyll serve to start the server and open http://127.0.0.1:4000/devmission.org/
  5. Any changes should be in a new branch and then submitted for review as a pull request