We value our contributors. Every bit of extra knowledge is greatly appreciated. Here are the guidelines in order to contribute to the project.
The project installation is fairly simple.
- Clone the repo
- Have nodejs/npm installed
- cd local_project_directory/client
- Run npm install --legcay-peer-deps
- cd local_project_directory/client
- Run npm start
- Visit http://localhost:3000
- Create a new branch by running:
- git checkout -b branch_name
- git push --set-upstream origin branch_name
- Make your changes
- Commit convention. When writing your commits please use one of the following structure depending on the type of work you did:
- feature: short message (A new feature addition to the platform)
- refactor: short message (A code refactoring change)
- doc: short message (A documentation change)
- bug: short message (A bug fix)
- Create a pull request and we will review it.