- Clone this repository
git clone https://github.com/riccoljy/Orbital-memoryleak.git
- Navigate to the directory and install dependencies:
cd Orbital-memoryleak
npm install
- Launch the project locally
npm run start
To configure Supabase:
- Create a new project on Supabase.
- Set up authentication in your project.
- Store your project's Supabase URL and API key in an
.env
file in the root directory like this:
EXPO_PUBLIC_SUPABASE_URL=your_supabase_url
EXPO_PUBLIC_SUPABASE_ANON_KEY=your_public_api_key