This contains everything you need to run your app locally.
This project is part of the Iris Networks ecosystem. For the command-line interface and terminal utilities, see the Terminator project.
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev