Make sure you have the following tools installed on your system before proceeding with the setup:
-
Clone the repository to your local machine:
git clone https://github.com/muhammadusamaawan/chat-docs.git cd chat-docs -
Install project dependencies using pnpm:
pnpm i
-
Push the database:
pnpm db:push
-
Bring up the service:
pnpm chroma:up && docker compose up -d -
Start the development server:
pnpm dev