/reactivex.github.io

ReactiveX Website

Primary LanguageJavaScriptApache License 2.0Apache-2.0

reactivex.github.io

ReactiveX Website - Jekyll + Bootstrap experiment

Install tools

Jekyll is the static site generator. Uglifier, LESS, and Rake are build tools necessary for JavaScript and CSS compilation prior to Jekyll.

$ gem install jekyll uglifier rake
$ npm install -g less

Run

Rake's default task will compile styles the run jekyll serve.

$ rake