- 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
.
- Configure your development browser to trust
https://localhost
with invalid certificate, follow this doc - Make sure the variable
NEXT_PUBLIC_API_MOCKING
isON
in.env.development
file
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
- Write tests
- 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
- Make sure the checkbox "Allow edits by maintainers" is checked