https://github.com/subvisual/2015.rubyconf.pt
https://github.com/subvisual/2015.rubyconf.pt
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subvisual/2015.rubyconf.pt
- Owner: subvisual
- Created: 2015-01-15T19:01:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T16:53:33.000Z (almost 10 years ago)
- Last Synced: 2025-05-22T22:12:13.590Z (11 months ago)
- Language: HTML
- Size: 36.6 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```