First off, thanks for taking the time to contribute!
The following is a set of guidelines for contributing to Project and its packages, which are hosted in the Link on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
What should I know before I get started?
- This project is built on Flask framework [A python based framework for hosting dynamic websites] and uses React.js to render the visually appealing Front-End.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior.
- Please fork the repository and create a branch for any new bug or features.
- Whenever a new file is created or any existing file is updated, please add necessary and meaningful comments
- Please ensure that the readme file and requirements.txt are updated when ever you make significant change or make use of new packages.
Refer LICENSE for more information
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Use Markdown.
- Installation errors:
Front End:
cd FrontEnd
delete node-modules
npm install
npm start