I am happy that you have decided to contribute to this repository. 💖
Kindly follow the below steps for contributing:-
- Raise an issue before creating a PR. Once issue gets approved, only then you should start working on resolving it.
- How to make changes?
-
Fork and clone the repo
-
You must have Git installed on your PC.
-
You can now run the app by 2 ways: use
VS Code Live server
extension on the index.html file or run this command in terminaldocker compose -f docker-compose.dev.yml up
which will build the app's image and run it on port 8000. If you choose the second option then make sure you have bothdocker
anddocker compose V2
installed on your PC. -
Make changes with your favorite IDE and see them getting implemented on the live running site. (You may have to refresh the page)
-
Now commit and push the changes to your fork and later raise a PR to this repo. If everything works out fine, your PR will get merged!😀
-