Skip to content

riccoljy/Orbital-memoryleak

Repository files navigation

Orbital-memoryleak


UNIBUDS
UNIBUDS

Installation

Frontend

  1. Clone this repository
git clone https://github.com/riccoljy/Orbital-memoryleak.git
  1. Navigate to the directory and install dependencies:
cd Orbital-memoryleak
npm install
  1. Launch the project locally
npm run start

Supabase Database

To configure Supabase:

  1. Create a new project on Supabase.
  2. Set up authentication in your project.
  3. 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