mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
updated readme details (#123)
This commit is contained in:
parent
5e99316562
commit
c069bae97d
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -126,6 +126,17 @@ pnpm --filter @roo-code-cloud/web dev
|
|||
- 📊 Dashboard with analytics
|
||||
- ⚙️ Settings and configuration panels
|
||||
|
||||
### Linking with local Roo Code API
|
||||
|
||||
Make sure you are added to the Roo Cloud development organization.
|
||||
|
||||
To point the Roo VSCode extension at your local cloud database, in the `Roo-Code` repo, add the following to `src/.env`:
|
||||
|
||||
```
|
||||
CLERK_BASE_URL=https://epic-chamois-85.clerk.accounts.dev
|
||||
ROO_CODE_API_URL=http://localhost:3000
|
||||
```
|
||||
|
||||
## 🤖 Roomote Services
|
||||
|
||||
Roomote provides intelligent automation and workflow management.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue