Prerequisites: Node.js
-
Install dependencies:
npm install -
Set the
GEMINI_API_KEYin .env.local to your Gemini API key -
first run the backend
python main.py -
Run the app:
npm run dev
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Prerequisites: Node.js
Install dependencies:
npm install
Set the GEMINI_API_KEY in .env.local to your Gemini API key
first run the backend
python main.py
Run the app:
npm run dev