This project requires Node v6.xx.x and npm v3.10.10
- Clone this repository
git clone repo_url - Go to the cloned location and run
yarn installto install dependencies - Install gulp globally
npm install gulp -g - Build the plugin
yarn buildorgulpshould create adistfolder that contains the transpiled code for the browser - Make sure to build the plugin whenever there's a code change