docs: add frontend installation instructions to README
This commit is contained in:
parent
1e00887167
commit
6be09de87d
15
README.md
15
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:
|
||||
|
Loading…
Reference in New Issue
Block a user