Read more about project setup here Formatting the code Once you have finished adding the changes, make sure to format your code with formatter. npm run lint # or npx prettier . -w Create a pull request You can read more about pull requests here