Generate Mermaid sequence diagrams automatically from log files using CSV mapping rules.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Mermaid
Follow these steps:
# Step 1: Clone the repository
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies
npm i
# Step 4: Start the development server
npm run dev- CSV Mapping Rules: Define mapping rules using CSV format
- Log File Processing: Parse and match log files against defined rules
- Mermaid Diagram Generation: Automatically generate sequence diagrams
- Dark/Light Theme: Toggle between dark and light modes
- Export: Save generated diagrams as PNG images