We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create an Supabase project. For more steps follow this guide.
Make sure to setup the database and the RLS policies which are defined in the Database-guide
In order to fully support custom avatars for users, make sure to setup all required buckets as defined in the Storage-guide.
Create an .env-file which stored our Supabase credentials like this
.env
REACT_APP_SUPABASE_URL= REACT_APP_SUPABASE_ANON=
Install dependencies
npm i
Start the app
npm start
Create an build
npm run build