Installation
Quick install
The fastest way to get started — no global install needed:
npx disclaw-team initThis downloads disclaw-team, runs the setup wizard, and launches your bots.
Global install
If you prefer a permanent install:
npm install -g disclaw-teamdisclaw-team initFor development
If you want to contribute or modify the source:
git clone https://github.com/Magzter/disclaw-teamcd disclaw-teamnpm installnpm run buildNext step
Continue to Quick Start for the full setup walkthrough.