Developing

To set up your local environment, run the following:
yarn install
yarn start

Open http://localhost:3000 to view it in the browser.

For ESLint's and Prettier lint check,

yarn lint

For ESLint's and Prettier lint fix,

yarn lint-fix

This project was bootstrapped with Create React App.