Getting Started
supercli runs in two modes: Local-only (default, no server required) or Server mode (optional, shared backend). Run npx supercli help for instant usage or npx supercli --help for all options.
Local-only: npx supercli help, supercli beads issue list, supercli skills list — everything works out of the box, no installation needed.
Server mode: Install dependencies (npm install), copy .env.example to .env, then start via npm start or supercli --server. The web UI is reachable at http://localhost:3000.
Refer to the repository README for detailed setup instructions.