Meshwork is a project management system that represents tasks as a directed graph to ensure visibility of task blocking, dependencies, and bottlenecks. It supports heavy automation including GitHub Workflows integration, GitLab CI/CD, artifact-demanding tasks, and automated PR reviews.
- ๐ Task Visualization: Directed graph representation of tasks and dependencies
- ๐ Automation: GitHub Workflows and GitLab CI/CD integration
- ๐ Bottleneck Detection: Identify blocking tasks and dependencies
- ๐ค PR Auto-review: Automated pull request reviews
- ๐ฆ Artifact Management: Handle artifact-demanding tasks
- Clone the repository:
git clone https://github.com/NotBioWaste905/Meshwork.git- Navigate to the project directory:
cd MeshworkRun the application using Docker:
docker-compose up -d --buildThe application will be available at http://localhost:8000
[Add information about how to use the application once it's running]
[Add any environment variables or configuration files needed]
[Add contribution guidelines]
[Specify the license]
[Add contact information or link to issues page]
