From 6be09de87d3096b37cea6a588bc25acf7d876dce Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 13 May 2025 06:40:04 -0300 Subject: [PATCH] docs: add frontend installation instructions to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bfd4ca85..3ae1fb38 100644 --- a/README.md +++ b/README.md @@ -493,6 +493,21 @@ make alembic-upgrade make seed-all ``` +## 🖥️ Frontend Installation + +After installing Evo AI (the backend), you need to install the frontend to access the web interface: + +1. Clone the frontend repository: + +```bash +git clone https://github.com/EvolutionAPI/evo-ai-frontend.git +cd evo-ai-frontend +``` + +2. Follow the installation instructions in the frontend repository's README to set up and run the web interface. + +> The backend (API) and frontend are separate projects. Make sure both are running for full platform functionality. + ## 🚀 Getting Started After installation, follow these steps to set up your first agent: