Files
excalidraw-box/README.md
2026-05-24 15:32:36 +00:00

314 B

excali

Private self-hosted Excalidraw with Bun and SQLite.

Run locally

bun install
bun run dev

Open http://localhost:3000.

Test

bun run test
bun run typecheck

Build the image

docker build -t excali .
docker run --rm -p 3000:3000 -v "$PWD/data:/data" excali