Skip to content

Commit 2c4d5c2

Browse files
authored
Merge pull request #43 from itzCozi/itzCozi-patch-1
Revise 'Why coderaft?' section in README
2 parents 1197aea + a65d933 commit 2c4d5c2

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@
88

99
coderaft creates isolated development environments inside Docker islands. Each project lives in its own disposable container while your code stays organized on the host.
1010

11-
> **Source of Truth:** The `main` branch is the most up-to-date stable code. Always pull from [itzcozi/coderaft](https://github.com/itzcozi/coderaft) and build for your system, or use the install script for your platform.
12-
13-
## Why coderaft?
14-
15-
| Problem | coderaft Solution |
16-
|---------|-------------------|
17-
| "Works on my machine" | Every project runs in an identical, isolated island |
18-
| Dependency conflicts | Each island has its own dependencies, no host pollution |
19-
| Complex setup scripts | One JSON config, one command to start |
20-
| Heavy VMs or slow tools | Lightweight Docker containers, instant startup |
21-
| Cluttered host system | Your host stays clean; everything runs in islands |
22-
| Team onboarding friction | Commit `coderaft.json`, teammates run `coderaft up` |
23-
24-
**In short:** Fast, disposable, Docker-native dev environments with minimal config.
25-
2611
## Features
2712

2813
- **One-command clone**`coderaft clone <repo>` auto-detects stack and sets up instantly
@@ -36,6 +21,17 @@ coderaft creates isolated development environments inside Docker islands. Each p
3621
- **Cross-platform** — Linux, macOS, and Windows
3722
- **Simple config** — One small JSON file, no frameworks
3823

24+
## Why coderaft?
25+
26+
| Problem | Solution |
27+
|---------|-------------------|
28+
| "Works on my machine" | Every project runs in an identical, isolated island |
29+
| Dependency conflicts | Each island has its own dependencies, no host pollution |
30+
| Complex setup scripts | One JSON config, one command to start |
31+
| Heavy VMs or slow tools | Lightweight Docker containers, instant startup |
32+
| Cluttered host system | Your host stays clean; everything runs in islands |
33+
| Team onboarding friction | Commit `coderaft.json`, teammates run `coderaft up` |
34+
3935
## Install
4036

4137
### Linux

0 commit comments

Comments
 (0)