- rust
- npm
- supabase cli (and a free account)
- just
- dx:
cargo install dioxus-cli
(orcargo binstall
if you have it)
- Run
just initial-setup
. - Log into supabase locally.
- Run
supabase start
. cp .env.example .env
and fill in the anon key found insupabase status
.
just supabase-up
: Start up local supabase with some seed datajust watch
: Start dioxus app running atlocalhost:3000
with hot reload