# Enables usage of the correct pnpm version for this project without having to explicitly install it. You only need to run this command once. See: https://nodejs.org/api/corepack.html#corepack
corepack enable
# Install dependencies
pnpm i
# Run the project
pnpm start
Start by installing the Supabase CLi and then run the following commands:
# Login to Supabase. You only need to run this command once.
# You're going to need an access token that you can generate in the Supabase dashboard.
# See: https://supabase.com/dashboard/account/tokens
supabase login
pnpm generate-types
We use dotenv to manage our environment variables. To pull their latest version, run the following command:
pnpm pull:env