corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # Documentation
2  
3 Bootstrap table's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com/) and publicly hosted on http://bootstrap-table.wenzhixin.net.cn. The docs may also be run locally.
4  
5 ## Running documentation locally
6  
7 1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
8 - **Windows users:** Read [this unofficial](http://jekyll-windows.juthilo.com/) guide to get Jekyll up and running without problems.
9  
10 2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
11 3. From the root / directory, run `jekyll serve` in the command line.
12 4. Open http://localhost:4000 in your browser, and voilĂ .
13  
14 Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).