You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Ce fichier fournit des conseils à Claude Code lors du travail sur la codebase o
4
4
5
5
## Vue d'ensemble du projet
6
6
7
-
Open-rcode est une plateforme web containerisée qui permet aux développeurs d'exécuter des tâches de programmation assistées par IA dans des conteneurs isolés (Docker ou Kubernetes), créant automatiquement des Pull Requests GitHub. La plateforme est construite avec :
7
+
open-rcode est une plateforme web containerisée qui permet aux développeurs d'exécuter des tâches de programmation assistées par IA dans des conteneurs isolés (Docker ou Kubernetes), créant automatiquement des Pull Requests GitHub. La plateforme est construite avec :
8
8
-**Frontend** : Nuxt 4 avec UI Pro
9
9
-**Backend** : API Nitro (Nuxt server)
10
10
-**Base de données** : MongoDB
@@ -23,7 +23,7 @@ Open-rcode est une plateforme web containerisée qui permet aux développeurs d'
23
23
### Structure du projet
24
24
```
25
25
/
26
-
├── app/
26
+
├── apps/
27
27
│ ├── docs/ # Documentation (projet séparé)
28
28
│ └── open-rcode/ # Application principale
29
29
│ ├── app/ # Frontend Nuxt
@@ -40,7 +40,7 @@ Open-rcode est une plateforme web containerisée qui permet aux développeurs d'
40
40
41
41
```bash
42
42
# Navigation
43
-
cdapp/open-rcode # Aller dans l'application principale
43
+
cdapps/open-rcode # Aller dans l'application principale
Open-rcode is an open source platform that allows you to execute Claude Code, Gemini CLI and soon other agentic CLI applications from a web interface. It enables you to easily launch requests across multiple projects and review code through Pull Requests. You can also run tasks from your phone.
6
+
7
+
**🌐 Try the beta platform at: https://app.open-rcode.com/**
8
+
9
+
## Features
10
+
11
+
-**Web Interface**: Execute AI-powered development tasks through a user-friendly web interface
12
+
-**Multi-AI Support**: Compatible with Claude Code, Gemini CLI, and extensible for other agentic tools
13
+
-**GitHub Integration**: Automatically creates Pull Requests for code changes
14
+
-**Multi-Project Support**: Manage and execute tasks across multiple repositories
15
+
-**Mobile-Friendly**: Run development tasks from your mobile device
16
+
-**Containerized Execution**: Isolated execution environment using Docker or Kubernetes
17
+
-**Real-time Streaming**: Live updates during task execution
18
+
19
+
## Quick Start
20
+
21
+
1. Clone the repository
22
+
2. Install dependencies: `pnpm install`
23
+
3. Run mongo: `docker compose up -d`
24
+
4. Navigate to the main application: `cd app/open-rcode`
25
+
5.`cp .env.example .env`
26
+
4. Start development server: `pnpm dev`
27
+
6. Open http://localhost:3000
28
+
29
+
## Requirements
30
+
31
+
- Node.js
32
+
- pnpm
33
+
- Docker or Kubernetes
34
+
- MongoDB
35
+
- GitHub App configuration
36
+
37
+
## Installation
38
+
39
+
🚧 **Under Construction**
40
+
41
+
Detailed installation instructions are being prepared. For now, see the configuration section in CLAUDE.md.
42
+
43
+
## Documentation
44
+
45
+
🚧 **Under Construction**
46
+
47
+
Comprehensive documentation is being developed. Current technical details can be found in CLAUDE.md.
0 commit comments