T3 Javascript Framework See Documentation Building T3 Clone the repo: git clone https://gitenterprise.inside-box.net/Box/T3.git Install dependencies: cd T3 && npm install Build concatenated file (dist/t3-<version>.js): npm run dist Developing Lint and run unit tests: npm test