diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..aec121e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing Guidelines +Feel free to contribute at any time to this project. +To contribute, +- Create an issue with a bug description or feature request +- OR fix the issue / add a feature yourself by creating a pull request + +# How to run? +Download/clone the repo and run +``` +cd frontend && npm i && npm start +``` +to set up the project.