This is a side project to test the new app dir of Next.js 13, Vercel ai SDK and also Panda CSS. Kind of ChatGPT with a Messenger interface. Nothing crazy.
- Node 20.11.1
- npm 10.2.4
-
Install dependencies:
npm install -
Generate design system code:
npm run prepare -
Create a
.env.localfile similar to.env.examplewith your own credentials. -
Then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.