# Website

Portal website is built with [Jekyll](http://jekyllrb.com/) and hosted on [GitHub Pages](http://pages.github.com/). It can be run locally if you have installed Jekyll and Python. To install Jekyll, See [their guide](http://jekyllrb.com/docs/installation/) and [unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) for Windows user.

Check out gh-pages branch. Run the following command in the console.
```bash
jekyll serve --baseurl ''
```

Then, open [http://localhost:4000](http://localhost:4000) in your browser.