Clone the repo:
git clone https://gitenterprise.inside-box.net/Box/T3.git
Install the grunt-cli globally:
sudo npm install -g grunt-cli
Install dependencies:
cd T3 && npm install
Build concatenated file (dist/t3-<version>.js) and docs (doc/index.html):
grunt build
Lint and run unit tests:
grunt