Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 3.15 KB

README.md

File metadata and controls

33 lines (26 loc) · 3.15 KB

birdtalk

development

dependencies

initial setup

  • Run just initial-setup.
  • Log into supabase locally.
  • Run supabase start.
  • cp .env.example .env and fill in the anon key found in supabase status.

start local services

  • just supabase-up: Start up local supabase with some seed data
  • just watch-server: Start dioxus app running at localhost:3000 with hot reload