Feel free to contribute to the project :)
from your shell
git clone git://github.com/hackidemia/makehub.git
cd makehub
bundle
bundle exec rails s
From your development environment
bundle exec rails s
If you're running in production you need to set the environment variables "GOOGLE_KEY" and "GOOGLE_SECRET", for the Google OAuth login.
Don't forget to set the parameters in config/application.yml
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request