Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 583 Bytes

Tech Debt Tracker

Tool to track and visualize Technical Debt with the aim of answering the age-old question of "What's slowing you down?" on a project.

Setup

To install all local/global dependencies:

npm install

Once that succeeds, run the following command to compile all client-side and server-side TypeScript files:

jake compile

To seed the database with test data, first make sure you have MongoDB 2.6 or higher installed locally and then run:

jake seed

To start running the application, run:

npm start