You will need Truffle framework:
# Make sure we have the latest truffle version
npm uninstall -g truffle
npm install -g truffle@latest
To test this project locally, clone the repo and run:
# install dependencies
npm install
# run tests
truffle test