Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 357 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 357 Bytes

ChatGPT Clone with OpenAI API, Drizzle ORM, PlanetScale, tRPC, Tailwind, NextJS

https://chat.williamalanwelsh.com

Building

  1. Copy .env.sample and fill it out (PlanetScale connection string is available in the Node option)
  2. yarn to install dependencies
  3. Run yarn drizzle-kit push:mysql to push the schemas to PlanetScale
  4. yarn dev :D