Files
hapi/docs/guide/quick-start.md
T
weishu 70242041d5 docs: fix documentation links to work on GitHub and VitePress
Use relative paths with .md extension for docs/guide/*.md files and
relative paths in README.md to support both GitHub rendering and
VitePress website (which has base: '/docs/'). Fixes #36
2026-01-07 15:18:15 +08:00

975 B

Quick Start

Install HAPI

::: code-group

npm install -g @twsxtd/hapi
brew install tiann/tap/hapi
npx @twsxtd/hapi

:::

Other install options: Installation

Start the server

hapi server

On first run, HAPI prints an access token and saves it to ~/.hapi/settings.json.

Start a coding session

hapi

This starts Claude Code wrapped with HAPI. The session appears in the web UI.

Open the UI

Open your browser:

http://<your-ip>:3006

Enter your access token to log in.

Next steps