##Welcome to the CodeMontage Platform
CodeMontage is on a mission to help you become a software superhero.
We believe coding can help save the world, and that by contributing to the right open-source, real-world projects, you can become a great coder.
If you'd like to join our quest to empower software superheroes, feel free to submit a pull request or reach out to us at [email protected].
###Development Environment Setup
CodeMontage currently uses Ruby on Rails version 3.2.11 and Postgres 9.1.4.
Get started by
- Installing Rails. We recommend Rails Installer.
- Installing Postgres. We recommend Postgres App. (If you're using Mac OS X Lion, you may need this fix for Postgres.)
- Configure the app for your local database by copying database.yml.sample to database.yml and making any changes needed for your database setup.
Once you've installed these dependencies, test your setup by running $ 'rails server' and visiting the site at http://localhost:3000
Congratulations, you're ready to help build CodeMontage!
CodeMontage's source code is licensed under the GNU General Public License.