mme / copilotkit-firebase-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the demo

  1. Setup firebase environment variables

  2. Start Next.js (frontend)

npm install
npm run dev
  1. Start Firebase Functions (backend)
cd functions
npm install
npm run serve

About


Languages

Language:TypeScript 73.3%Language:JavaScript 15.4%Language:CSS 11.3%