Before making any pull request/commit make sure to run these commands -
- To run prettier, maintain code formatting
yarn format - To run eslint, maintain code style
yarn lintIf there's an error in step 2, try running -
yarn lint:fixyarn installyarn startSee it at localhost:1234
yarn buildA /dist folder could be found