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