Skip to content

unstephenk/Reseller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reseller

Personal phone-first reselling dashboard (books lane) with Supabase magic-link auth.

Repo layout

  • apps/web — React + Vite + Tailwind PWA-ish web app
  • packages/* — reserved for shared code later

Dev

pnpm install
cp apps/web/.env.example apps/web/.env.local
# fill in VITE_SUPABASE_URL + VITE_SUPABASE_ANON_KEY
pnpm dev

Supabase

Auth: magic link.

  1. Allowlist redirect URLs in Supabase:
  • http://localhost:5173/**
  • your deployed URL later
  1. Apply the DB schema:
  • first-time: run supabase/schema.sql in the Supabase SQL editor
  • upgrades: run the latest file in supabase/migrations/ (ex: 2026-03-02-settings-and-actuals.sql)

About

Personal phone-first reselling dashboard (books lane)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors