yarn install to install dependencies
yarn dev - starts local server(dev mode)
yarn start - build & starts local server(prod mode)
yarn build - builds the code
yarn format - format the code
yarn test - tests the code
yarn lint - lints the code
yarn lint - validate the code