- How to Start
- Yarn Command Reference
- API Contracts
- Setting Up Local System
- Prerequisite
- Raising a Pull Request
Read this guide to learn how to clone,fork and raise a PR.
yarn install
To run the project yarn run dev
.
To do a production build yarn run start
.
API contracts can be found here.
- Get Authenticated cookie
Click this link to redirect to authenticating page. - To get the CORS error resolved follow this doc
- Double check the code before every commit/push
- Have on-point commit messages
- Write useful descriptions and titles
- Add comments on your pull request to help guide the reviewer
- Make it visual. Add Images or GIFs if needed.
- Link the PR to the issue you are working on
- Convert the PR to Draft if the work is still in progress