This project was builded using node v10 and npm, so you'll need node and npm to run it. You can get:
brew install nodeor download the.pkgfile from (https://nodejs.org/en/)apt install nodejs npmfor linux debian like users
You'll need to install the project dependencies:
npm install$ npm start$ npm run build$ npm run lint