# reactivex.github.io **Repository Path**: mirrors_airbnb/reactivex.github.io ## Basic Information - **Project Name**: reactivex.github.io - **Description**: ReactiveX Website - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README reactivex.github.io =================== ReactiveX Website - [Jekyll](http://jekyllrb.com/) + [Bootstrap](http://getbootstrap.com/) 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 ```