Tikpan Web is the React + Vite frontend and demo platform API for the Tikpan AI aggregation workbench.
npm ci
npm run dev
npm run buildcd api
npm ci
npm run devThe API package also includes a worker and validation scripts:
npm run worker
npm run checkSee ARCHITECTURE.md, INTEGRATION.md, and api/DEPLOYMENT.md for platform design, integration notes, and deployment details.