See scripts/
folder.
There are several options. The recommended would be NVM.
Their website provides instructions to install nvm.
Then fix your node version to a sensible one:
nvm install 8
nvm use 8
npm install
npm run tests
npm start
src
: source codetests
: the tests