nationtech-website/sreez
2024-03-06 22:50:54 -05:00
..
assets chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
end2end chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
src feat(sreez): Rework new initial-offer page 2024-03-06 22:50:54 -05:00
style feat(sreez): Rework new initial-offer page 2024-03-06 22:50:54 -05:00
.gitignore chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
Cargo.lock chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
Cargo.toml feat(sreez): Rework new initial-offer page 2024-03-06 22:50:54 -05:00
LICENSE chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
README.md chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
rust-toolchain.toml chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00

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