AI Hackathon starter kit consists of LangChain, Next.js and TailwindCSS.
To run this app, you need the following:
- An OpenAI API key
To run the app locally, follow these steps:
- Install the dependencies using
NPM
npm install-
Copy
.example.env.localto a new file called.env.localand update with your API keys and environment. -
Run the app:
npm run dev