VisDoc is a tool to convert the onboarding documentation of OSS projects (contributing guides) to task trees.
This repository contains the frontend of the VisDoc framework and an experimental backend using OpenAI APIs only. To get the code for the stable version of backend, please refer to this repository.
This project was written using React 18.3.1.
Install the dependencies using:
npm install
Finally, to run the frontend server:
npm start
The app usually starts on http://localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.