/team-tool-box

Team Tool Box - Offline/Online web app

Primary LanguageJavaScript

#Welcome to Team Tool Box! A web app that helps you to:

  • build teams randomly
  • choose randomly members from a Team

TTB can be used without any web servers but you will not be able to use remote storage

##what's inside

##usage

  • open index.html in your favorite browser

##development

  • need nodejs
  • grunt: npm install -g grunt
npm install #install dev dependencies

###compressing for publishing

grunt # will output app in dist/dev folder
grunt --rev=prod #will output in dist folder

###tests need chrome installed for instance

grunt test