A Next.js app for managing and evaluating LLM experiments using Tailwind CSS, PostgreSQL, and Prisma.
- Install dependencies:
npm install - Set up PostgreSQL and configure the
.envfile. - Run Prisma migrations:
npx prisma migrate dev - Start the dev server:
npm run dev - Open http://localhost:3000