Learnery is a rails engine you can use in your rails app to organize open learning events, like railsbridge, barcamps, user groups, meetups, hackathons. You can adapt it to your liking and deploy the app to heroku in a few simple steps.
This example app shows the use of the learnery engine and gives you a good starting point for building your own app.
- Repository
- Demo Site
- Screenshot:
Fork this repository https://github.com/learnery/learnery-railsgirls, for example into https://github.com/YOURNAME/learnery-railsgirls. Then clone this repository to your development machine
git clone https://github.com/YOURNAME/learnery-railsgirls my-learnery-app
cd my-learnery-app
bundle install
rake db:migrate
rails s
See the documentation of learnery https://github.com/learnery/learnery for more information about adapting this app.
- 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