Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.48 KB

File metadata and controls

65 lines (39 loc) · 1.48 KB

Meshwork

🕸🕸🕸

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.

Pretty Nodes

Features

  • 📊 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

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/NotBioWaste905/Meshwork.git
  1. Navigate to the project directory:
cd Meshwork

Setup

Run the application using Docker:

docker-compose up -d --build

The application will be available at http://localhost:8000

Usage

[Add information about how to use the application once it's running]

Configuration

[Add any environment variables or configuration files needed]

Contributing

[Add contribution guidelines]

License

[Specify the license]

Support

[Add contact information or link to issues page]