mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-10 04:00:24 +00:00
Update contributing
This commit is contained in:
parent
b272dbbfda
commit
ae239c1bd8
1 changed files with 15 additions and 2 deletions
|
|
@ -181,12 +181,25 @@ Our aim is to make the developer setup as straightforward as possible. If you en
|
|||
## Quick Start 🚀
|
||||
|
||||
```bash
|
||||
git clone https://github.com/eigent-ai/Eigent-desktop.git
|
||||
cd Eigent-desktop
|
||||
git clone https://github.com/eigent-ai/eigent.git
|
||||
cd eigent
|
||||
npm install
|
||||
npm run dev
|
||||
|
||||
# In a separate terminal, start the backend server
|
||||
cd eigent/server
|
||||
docker compose up
|
||||
```
|
||||
|
||||
To run the application locally in developer mode:
|
||||
1. Configure `.env.development`:
|
||||
- Set `VITE_USE_LOCAL_PROXY=true`
|
||||
- Set `VITE_PROXY_URL=http://localhost:3001`
|
||||
- Set `TRACEROOT_ENABLE_SPAN_CLOUD_EXPORT=false`
|
||||
- Set `TRACEROOT_ENABLE_LOG_CLOUD_EXPORT=false`
|
||||
- Set `TRACEROOT_ENABLE_LOG_CONSOLE_EXPORT=false`
|
||||
2. Go to the settings to specify your model key and model type.
|
||||
|
||||
## Common Actions 🔄
|
||||
|
||||
### Update dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue