This is a deep guide into how to setup your Calentre Admin flutter.
- Clone the repository:
git clone https://github.com/calentre/calentre.git
- Move to the project:
cd calentre
- Grab dependencies:
flutter pub get
What's Supabase? read here
- Create or sign-in your Supabase account here
- Create a Supabase project from your dashboard - here
- You need to create a Supabase project that will act as your Calentre Dev environment. You can name this project anything you like and play around as much as you like. You can use this guide to get familiar with Supabase and creating a new project.
- Grab your
supabaseSecret
from your supabase projectsettings/API/Project API keys
- Add Providers for your Authentication
- Add Google provider (Guide to obtain your ClientID and Client Secret)
- Go back to your project and run
flutter run
to start project and you should be ready to go
If you run into any troubles, reach out to us on discord