Self-host
Self-host setup
Option A — One-line install
curl -fsSL https://codebilli.com/install.sh | bashOption B — Manual install
git clone <repo-url>
cd codebilli
npm installEnvironment variables
Copy .env.example to .env.local and fill in values.
cp .env.example .env.localRun migrations
npx supabase db pushStart server
npm run dev