Commit aacf55b
chore: point dev.sh at .venv, document Linux first-run setup
dev.sh now uses .venv/bin/python3 so it picks up the project's
virtualenv rather than the bare system Python (which has no deps).
CLAUDE.md gains a one-time setup block for fresh Linux/WSL machines:
create the venv, install backend deps, and reinstall frontend
node_modules (Windows-built native binaries don't work on Linux).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f1de60b commit aacf55b
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
| |||
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
81 | | - | |
82 | 90 | | |
83 | 91 | | |
84 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
0 commit comments