ProgramTracker is a Ruby application that allows you to manually track applications on your computer.
At the moment, the only way to install this program is to clone down the GitHub repository. You can do this by typing "git clone git@github.com:E-Shiels/program-tracker.git" into the terminal. Next, nagivate into the program-tracker folder in your console by typing cd program-tracker. Next, type bundle install in your console to install the dependencies. Then, type rake db:migrate into your console to prepare the database. Finally, type shotgun in your console and navigate to the provided web address.
Bug reports and pull requests are welcome on GitHub at https://github.com/E-Shiels/program-tracker. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The application is available as open source under the terms of the MIT License.
Everyone interacting in the ProgramTracker project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.