The main motivation behind the creation of this project was my interest in learning about Large Language Models (LLMs) and exploring the capabilities of Next.js. I strongly believe that the best way to learn is by doing, and hence, I started working on this project.
This is a T3 Stack project bootstrapped with create-t3-app
.
Tech used in this project:
To get a local copy up and running, follow these simple steps:
- Clone the repository
- Install npm packages
npm install
- Create a .env file in the root of the project and fill in your keys (see the .env.example file for keys)
- Start the development server
npm run dev
Follow the T3 deployment guides for Vercel, Netlify and Docker for more information.