.. | ||
assets | ||
end2end | ||
src | ||
style | ||
.gitignore | ||
build_docker.sh | ||
Cargo.lock | ||
Cargo.toml | ||
config.toml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
rust-toolchain.toml |
Run the project
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