to clean and build: $ yarn global add grunt $ yarn run build or $ yarn run watch to run tests: $ yarn run test to use in another project import {HexGrid, HexGridRenderer, HexCoords, HexViewCoords} from 'path/to/adroit-hex-grid'; Renderer for phaser.js import {PhaserHexGridRenderer} from 'adroit-hex-grid/phaser';