This page just got created, so please expect many missing things. The documentation you see here, might also be very unstructured at the moment.
Please have a look at the documentation for setting up the Compete backend here.
⚠️ Up to 1.0.2, you should use the backend code from the repository itself. Beginning with 1.0.3, please only use the code from the releases page (Source Code archive)
Migration scripts for updating instances will also be provided there.
API Keys (Publishable key)
After you successfully setup the Compete backend, you probably would like users to be able to join! 🥳
- Go to the
Supabase Dashboard > Your Project > Project Settings > API Keys > API Keys.
- Create a
Publishable key. It has the form sb_publishable__<random-string>
- Share it with your possible users together with your API URL so they are able to join.
🛈 When self-hosting the Compete WebApp, don't forget to put your API URL and the Publishable key in the .env file.