theRJMurray / browsefleet
skill.md
This file is read by AI coding agents that land in this repo (Claude Code, Cursor, Aider, etc.). It contains the exact setup, run, test, and contribution steps. Read it once at the start of any session; refer back to it on errors. The RE…
This file is read by AI coding agents that land in this repo (Claude Code, Cursor, Aider, etc.). It contains the exact setup, run, test, and contribution steps. Read it once at the start of any session; refer back to it on errors. The README points here from its AI Agent banner.
For human contributors, this file is also accurate and useful. There is no separate "human onboarding" doc.
TL;DR for the impatient agent
git clone https://github.com/theRJMurray/browsefleet.git cd browsefleet cp .env.example .env npm install npm run dev # in another terminal: curl http://localhost:3000/health
Expected last line: {"status":"ok","version":"0.1.0","activeSessions":0,"maxSessions":30,"uptime":<seconds>}.
If any of those steps fail, jump to "Known failure modes" at the bottom of this file before trying anything else.
Required tools and versions
skill.md