From 58f96ff84553d761215d229d95f84095afc73c8e Mon Sep 17 00:00:00 2001 From: Do Le Long An <85084360+LaansDole@users.noreply.github.com> Date: Sat, 24 Jan 2026 14:35:44 +0700 Subject: [PATCH] docs: update readme --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b7c8c571..4a640606 100644 --- a/README.md +++ b/README.md @@ -134,16 +134,12 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https:// #### Using Makefile (Recommended) -1. **Start Backend**: - ```bash - make server - ``` +**Start both Backend and Frontent**: +```bash +make dev +``` -2. **Start Frontend**: - ```bash - make client - ``` - > Then access the Web Console at **[http://localhost:5173](http://localhost:5173)**. +> Then access the Web Console at **[http://localhost:5173](http://localhost:5173)**. #### Manual Commands @@ -170,11 +166,16 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https:// #### Utility Commands +* **Help command**: + ```bash + make help + ``` + * **Sync YAML workflows to frontend**: ```bash make sync ``` - Uploads all workflow files from `yaml_instance/` to the frontend database. + Uploads all workflow files from `yaml_instance/` to the database. * **Validate all YAML workflows**: ```bash @@ -182,6 +183,7 @@ See our paper in [Multi-Agent Collaboration via Evolving Orchestration](https:// ``` Checks all YAML files for syntax and schema errors. + --- ## 💡 How to Use