From bc9862eb7d054af5e6593c7b7e5b275d08967fea Mon Sep 17 00:00:00 2001 From: Hiro Date: Tue, 31 Mar 2026 01:05:11 +0000 Subject: [PATCH] docs: Add environment variables configuration to README --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a09cd85 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# claudia-docs-web + +Claudia Docs Frontend — Vue 3 + Pinia + Vite + +## Quick Start + +```bash +npm install +npm run dev +``` + +## Environment Variables + +| Variable | Default | Description | +|----------|---------|-------------| +| `VITE_API_BASE_URL` | `http://localhost:8000/api/v1` | Backend API URL | + +### Example Docker Compose + +```yaml +environment: + - VITE_API_BASE_URL=http://localhost:8000/api/v1 +``` + +## Build + +```bash +npm run build +``` + +## Features + +- Rich text editing with TipTap +- Document reasoning and metadata +- Graph view of document relationships +- Backlinks between documents +- Quick switcher (Cmd+K) +- Dark mode +- Export to Markdown/JSON