Skip to content

denver-railsbridge/railsbridge_dot_org

 
 

Repository files navigation

RailsBridge Website

Build Status

This is the source code for the RailsBridge website at http://railsbridge.org.

Contributing

Your contributions are encouraged. Here's how you can make changes to the site.

Fork the repository to your own GitHub account.

Download the project:

  $ git clone git@github.com:MyGitHubAccount/railsbridge_dot_org.git
  $ cd railsbridge_dot_org

If you use RVM, make a gemset:

  $ rvm use ruby-2.2.2@railsbridge_dot_org --create

Install gems:

  $ bundle install

Run the application:

  $ rails server

Make your changes.

Commit and push to the remote repository:

  $ git commit -am "some helpful comment"
  $ git push origin master

Make a pull request.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.0%
  • Ruby 25.6%
  • CSS 15.2%
  • JavaScript 1.2%