- Grab the sources
git clone https://github.com/linagora/hublin.git && cd hublin
- Install the right version of Node.js (lts/carbon v8.9.4). We encourage to use nvm and so install and switch to the right version with:
nvm use
- Install the required development modules
npm install -g mocha grunt-cli bower karma-cli
- Install dependencies
npm install