- Fork the repository.
- Clone the repository (git clone URL).
- Open the folder in which you cloned the repository.
- Run npm install.
- Create a .env file same as the given env file (.example.env).
- Setup your backend using this repository BACKEND. Now you can either deploy your backend separately and use the hosted link or run localy and use that respective link.
- After you successfully add the backend url to your .env file you can run npm start start working localy.
- Now you can make changes and see them localy.
- After making the changes run git checkout -b BRANCH_NAME to create a new branch.
- Run git add . to stage the changes.
- Run git commit -m MESSAGE to commit the changes.
- Run git push origin BRANCH_NAME to push the changes.
- Now make a Pull Request and wait for it to get merged.