# Run the project ```bash rustup update rustup default nightly cargo install cargo-leptos cargo leptos watch # To be accessible on LAN LEPTOS_SITE_ADDR=0.0.0.0:3000 cargo leptos watch ```