Commit 7825688
Add foreman/overmind requirement to Getting Started guides (#1897)
New developers following the Getting Started guides encounter the "can't
find executable foreman" error when running ./bin/dev. This commit adds
clear documentation about this prerequisite in both the Quick Start and
Using React on Rails guides.
Changes:
- Add foreman/overmind to Prerequisites section in quick-start.md
- Add installation instructions before bin/dev command in quick-start.md
- Add note with installation info in using-react-on-rails.md
- Include links to detailed installation guides for both tools
- Emphasize global installation requirement for foreman
This improves the developer onboarding experience by surfacing this
requirement before developers encounter errors.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent a59bbb7 commit 7825688
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
0 commit comments