We welcome contributions of all sorts and sizes, from reporting issues to submitting patches.
Help us keep Exercism welcoming. Please read and abide by the [Code of Conduct][https://exercism.io/code-of-conduct].
You should have node and yarn to run this application locally
Install dependencies with yarn
yarn install
Run the app with yarn start
yarn start
This should open the app in localhost:3000
in your browser
Run yarn test
to run test cases