- Run
npm i
to install the dependencies - Create a new branch
- Download the questions using the command
npm run download <exercise-name>
- Solve the question and create a Pull Request
- One question per Pull Request
- Each Pull Request should have code only related to that question
- If you have changes related to
babel
etc. please create a separate PR for that and merge it