Chat room app for a Treasure Hunt I organised, based on a Grafbase tutorial.
AI Admin Bot, written on top of GPT 3.5, lives here.
- NextAuth.js
- Next.js
- Apollo Client
- Grafbase
- Server-Sent Events
- GraphQL Live Queries
- GraphQL
- Tailwind CSS
npm install
cp .env.example .env
and add values for environment variables- Generate a secret value for
NEXTAUTH_SECRET
and add it to.env
cp grafbase/.env.example grafbase/.env
- Add the same
NEXTAUTH_SECRET
tografbase/.env
npx grafbase dev
npm run dev