Skip to content

cratera/papers

Repository files navigation

papers

# 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

Generating Supabase types

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

Pulling project's environment variables

We use dotenv to manage our environment variables. To pull their latest version, run the following command:

pnpm pull:env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published