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.local
to a new file called.env.local
and update with your API keys and environment. -
Run the app:
npm run dev