Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 705 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 705 Bytes

Backend Developers


Install Brew:

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Ruby:

$ brew install/upgrade rbenv
$ brew install/upgrade ruby-build
$ rbenv install 2.1.5

Install bundler:

$ gem install bundler

Install middleman:

$ gem install middleman

Clone and bundle install

$ git clone [email protected]:opensourcefornepal/opensourcefornepal.github.io.git
$ cd opensourcefornepal.github.io
$ bundle install

Available commands:

$ middleman               # Run the preview server at http://localhost:4567
$ middleman deploy        # Deploy to gh-pages (http://opensourcefornepal.github.io)