- Make sure Nodejs is installed
- Run
node -v && yarn -vto check node and yarn are installed - Run
npm installoryarn installto install dependencies - Run
npm startoryarn startto run updates on index.js
- Run
yarn testto test if solution passes all tests cases - Feel free to add tests in the existing format to see if my solutions pass