DiscussbaseDiscussbase, open source forum
  • About Discussbase
    • Info
    • Start
    • Database
    • Code
        #Get the code#Env files#NPM#Hack around
    • Vercel

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

Database
Vercel

MIT 2021 © Discussbase.
Edit this page on GitHub