Description of the project goes here.
1. Install all dependencies
yarn install
2. Start the development server
yarn dev
3. Open http://localhost:4000 with your browser to see if the server is up.
Perform all your changes on a clone of the base repository.
Open a pull request once you have completed your changes.
Don't forget to sync your clone and pull frequently in case any new changes that have been made to the base repository may conflict with your changes.
The same prettier config will be used for code formatting. It should be automatically applied when you use the VS Code prettier extension. If you are using something other than VS Code, try to see if a prettier extension is available for that.
official policy: it is fOrBiddEn to bring down production with your PRs !!