Co-Cycle is currently in development. It will be a web application to help people find other cyclists sharing their commute.
Co-Cycle is a Ruby on Rails web application.
- local ruby (use
rbenv install
) - PostgreSQL
$ bin/setup # install dependencies, set up the database
$ bin/rake # run the test suite
$ bin/rails server # run the server
The app will be deployed to http://cocycle.herokuapp.com/ on successful build.