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

https://github.com/subvisual/2015.rubyconf.pt


https://github.com/subvisual/2015.rubyconf.pt

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

#RubyConf Portugal '15 website

The 2015 edition website, live [here](http://2015.rubyconf.pt/)

##Development

To install the project depencies:

```
bin/setup
```

To start a development server with live reload:

```
bin/server
```

##Deploying

To deploy to production simply run:

```
bin/deploy
```