Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.32 KB

getting_started.md

File metadata and controls

26 lines (17 loc) · 1.32 KB

Getting Started 🚀

This is a deep guide into how to setup your Calentre Admin flutter.

1. Clone the Repo

  • Clone the repository: git clone https://github.com/calentre/calentre.git
  • Move to the project: cd calentre
  • Grab dependencies: flutter pub get

2. Setup Supabase Instance

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 project settings/API/Project API keys
  • Add Providers for your Authentication

3. Run Project

  • 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