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: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,19 @@ A local web app that **only** operates on markdown files inside `thoughts/` dire
20
20
21
21
### Prerequisites
22
22
23
-
1.**Go 1.21+** - Required to build and run the server
24
-
```bash
25
-
# On macOS with Homebrew
26
-
brew install go
27
-
28
-
# Or download from https://go.dev/dl/
29
-
```
30
-
31
-
2.**just** - Command runner for development tasks
23
+
1.**just** - Command runner for development tasks (the only manual install)
32
24
```bash
33
25
# On macOS with Homebrew
34
26
brew install just
35
27
36
28
# Or see https://github.com/casey/just for other platforms
37
29
```
38
30
39
-
3.**fswatch** (optional) - For hot reload in dev mode (auto-installed via brew on macOS)
31
+
The remaining dependencies are auto-installed when you run `just run` or `just dev`:
32
+
33
+
2.**Claude Code** - Birdseye is designed to work with Claude Code agents for collaborative document review (see [go/claude-code](https://go/claude-code) for setup details)
34
+
3.**Go 1.21+** - Required to build and run the server
35
+
4.**fswatch** (optional) - For hot reload in dev mode, installed automatically by `just dev`
0 commit comments