Skip to content

libresoul/blindpick

Repository files navigation

BlindPick

Setting up

Prerequisites

  • bun
  • docker (with wsl2 backend on windows)
  • scoop (on windows if you want to install supabase cli globally)

running dev server

git clone https://github.com/libresoul/blindpick.git
cd blindpick
bun install
cp .env.example .env  # add your secrets accordingly
bun dev 

for local edge functions, make sure these are set in your env too:

  • OPENAI_API_KEY
  • EDGE_SUPABASE_URL
  • EDGE_SERVICE_ROLE_KEY

local supabase environment

Supbase cli and docker are required to setting up the local environment. On Windows Installing the cli with scoop is recommended.

starting local environment

supabase start

resetting db and running exsisting migrations

supabase db reset

creating a new migration from db diff

supabase db diff -f <migration_name>

About

blindpink, an anonymous project allocation system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors