Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guid75/debriefilator-og
https://github.com/guid75/debriefilator-og
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guid75/debriefilator-og
- Owner: Guid75
- Created: 2014-07-06T21:42:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-10T14:57:37.000Z (over 10 years ago)
- Last Synced: 2024-04-15T01:10:35.613Z (9 months ago)
- Language: JavaScript
- Size: 844 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
debriefilator
=============A simple SCRUM retrospective tool
![Dependancy](http://img.shields.io/david/Guid75/debriefilator.svg)
Install
=======```
npm install
bower install
```to start a server juste launch ```grunt serve```
Heroku
======To deploy on heroku we use this method https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt
```
heroku config:add BUILDPACK_URL=https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt.git
heroku labs:enable user-env-compile
heroku config:set NODE_ENV=production
```