Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 427 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 427 Bytes

PrivateGPT SDK demo app

This demo app showcases the usage of the PrivateGPT SDK.

Tech stack:

  • tailwind
  • shadcn/ui
  • PrivateGPT Web SDK
  • Biomejs formatter/linter

To start developing, follow these steps:

  1. Install dependencies
pnpm install
  1. Start vite dev server
pnpm dev
  1. Go to http://localhost:5173 and start using PrivateGPT

  2. Edit chat.tsx or prompt.tsx to customize your UI