Start to code
Get the code
Clone discussbase repo from github
Env files
Create new .env.local file in root
Add your supabase config in .env.local
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
JWT_SECRET=
NPM
run npm install to install dependency
npm install
test your forum
npm run dev
Hack around
Change things according to your need