This repository contains Consensus AI, a sleek chat interface built with Vite and React. It features a sidebar listing previous sessions and a vibrant, animated chat view.
- Install dependencies:
npm install
- Start the development server:
npm run dev
To build the application for production, run npm run build
and preview it with npm run preview
.