Skip to content

guard-ai/guard-client

Repository files navigation

Guard Client

Setup

Install bun

🚀 How to install dependencies

bun install

How to set up local database

  1. Install Docker Desktop: Link
  2. Start database
bunx supabase init
bunx supabase start
  1. Set up environment variables

Create a file called .env at the root of the repository, add the following environment variables from the output of supabase start inside that file:

REACT_NATIVE_SUPABASE_URL="<API URL>"
REACT_NATIVE_SUPABASE_KEY="<anon key>"

How to run app with Expo Go

This project works best with Expo Go instead of development build

bun start
i (for iOS)
a (for Android)