Skip to Content
Getting Started

Getting Started

Prerequisites

  • Docker and Docker Compose
  • Node.js 20+
  • pnpm 10+

Clone and Configure

git clone https://github.com/aryamantodkar/oneglanse.git cd oneglanse cp .env.example .env

Set minimum required values in .env:

  • DATABASE_URL
  • CLICKHOUSE_URL
  • REDIS_URL
  • Authentication and encryption secrets

Start the Stack

docker compose up -d pnpm install pnpm build

Run Applications

pnpm dev:web pnpm dev:agent pnpm dev:docs

Open:

  • Web dashboard: http://localhost:3000
  • Docs: http://localhost:3002/docs