CodeAid is a plugin that answers questions about the codebase to help users understand its functionality. It utilizes a Flask server, an API endpoint, and custom-written markdown parsers to provide detailed answers or relevant information about queried aspects of the codebase.
These instructions will help you set up and run the project on your local machine.
- Python 3.6 or higher
- Flask
- Clone the repository:
git clone https://github.com/yourusername/CodeAid.git
-
[More steps here]
-
Run the server:
python server.py