TrackDons is a simple tool to keep track of the projects you have donated to. It lets remind you which projects have you donated to and when (and if you should donate again), and it encourages you to share the donations you have made as a way of inspiring your friends to donate to this or other projects in need.
You can start tracking your donations at trackdons.org - and learn more about it in the About page.
This is an open project, so any contribution is welcome. Take a look go the Wiki to start contributing.
It assumes you have running:
git clone git@github.com:TrackDons/trackdons.git
cd trackdons
bundle install
bin/rails db:setup
cp config/secrets.yml.example config/secrets.yml
cp config/database.yml.example config/database.yml
bin/server
Then navigate to: http://localhost:3000
git checkout -b new-feature
)git commit -am 'Description of the commits'
)See Gemfile for complete reference