The trust layer for AI.
This repository contains the front-end application built with TanStack Start, React, Tailwind CSS, and Vite.
We use Bun for dependency management and running scripts.
-
Install dependencies:
bun install
-
Start the development server:
bun run dev
-
Open http://localhost:3000 to view the application in your browser.
To build the project for production:
bun run build