This project was bootstrapped with Create React App.
- Make sure you have a Supabase project set up and the site URL is set to
https://localhost:3000
- Copy the file
.env.sample
to.env
and insert your own values forREACT_APP_SUPABASE_URL
andREACT_APP_SUPABASE_ANON_KEY
- found in the Supabase dashboard here: Supabase API Settings - Run the contents of ../install.sql inside your Supabase Dashboard SQL Editor
- Bootstrap a user to make them a
claims_admin
user if you want to be able to set or delete claims - Start the app:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.