Skip to main content

Prerequisites

Desktop App

Download the latest release for your platform: On first launch, a setup wizard will guide you through choosing a data directory and server port.
Setup Wizard

Install from Source

git clone https://github.com/bahri-hirfanoglu/claude-board.git
cd claude-board
npm run setup
npm run dev
Open http://localhost:4000 in your browser.

Production

npm run build
npm start
The server starts on port 4000 by default. Set the PORT environment variable to change it.