A game where you convince AI to win.
Our submission for the Supabase AI Hackathon at YC on Nov 22-23, 2024.
web
: another Next.js app@repo/ui
: a stub React component library shared by bothweb
anddocs
applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
To develop all apps and packages, run the following command:
cd my-turborepo
npm run dev
npm run sb start
to start the Supabase server.