Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 699 Bytes

#What The Hell Did I Do Last Week?

Build Status Heroku

We all do many many things in a given week. Filling out status reports (of any scope or size or frequency) can be tricky, and they often end up being inaccurate.

This app aggregates all of your developer tool activity in one place for easy reference. w00t!

To run

cd ember
npm install
bower install
ember build --environment=production --output-path ../public/
cd ..
npm install
node app.js