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 .envSet minimum required values in .env:
DATABASE_URLCLICKHOUSE_URLREDIS_URL- Authentication and encryption secrets
Start the Stack
docker compose up -d
pnpm install
pnpm buildRun Applications
pnpm dev:web
pnpm dev:agent
pnpm dev:docsOpen:
- Web dashboard:
http://localhost:3000 - Docs:
http://localhost:3002/docs