An open API service indexing awesome lists of open source software.

https://github.com/ruby-china/2012.rubyconfchina.org

This is the source code of website:
https://github.com/ruby-china/2012.rubyconfchina.org

Last synced: 11 months ago
JSON representation

This is the source code of website:

Awesome Lists containing this project

README

          

## Ruby Conf China

This is the source code of [RubyConf China](http://rubyconfchina.org) website.

### Requirements

* Node.js
* Cake
* Sass
* Coffee

### Watch both Sass and Coffee files and compile on change

```bash
cake assets:watch
```

### Deploy

```bash
git checkout gh-pages
git merge master
git push origin gh-pages
```