TrackDons / trackdons

Lets TrackDons
4 stars 4 forks source link

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.

Contributing

This is an open project, so any contribution is welcome. Take a look go the Wiki to start contributing.

To set up the project

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

To work on a new feature / bug / improvement

Libraries/gems being used

See Gemfile for complete reference