Skip to content

zamakkat/rdrc2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedDotRubyConf 2016 Website

www.reddotrubyconf.com

To contribute, fork the repo, then clone it from your fork:

$> git clone [email protected]:<your GitHub name>/rdrc2016.git

Bundle and run the Rails server:

$> cd rdrc2016
$> bundle install
...
$> rails s

Develop locally, commit your changes and push to your fork:

$> git add .
$> git commit -m 'Your commit message'
$> git push origin master

Then issue a Pull Request through GitHub.

Thank you!

About

💎 Source code of RedDotRubyConf 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.9%
  • HTML 28.7%
  • CSS 7.3%
  • JavaScript 2.7%
  • CoffeeScript 0.4%