Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

Installation

Thorben edited this page Nov 21, 2022 · 3 revisions

Installation

  1. Create an Supabase project. For more steps follow this guide.

    1. Make sure to setup the database and the RLS policies which are defined in the Database-guide

    2. In order to fully support custom avatars for users, make sure to setup all required buckets as defined in the Storage-guide.

  2. Create an .env-file which stored our Supabase credentials like this

    REACT_APP_SUPABASE_URL=
    REACT_APP_SUPABASE_ANON=
    
  3. Install dependencies

    npm i
  4. Start the app

    npm start
  5. Create an build

    npm run build
Clone this wiki locally