Skip to content

samtay/birdtalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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