nationtech-website/sreez
2024-04-11 17:01:12 -04:00
..
assets feat: Sreez website maybe ready for initial release 2024-04-11 17:01:12 -04:00
end2end chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
src feat: Sreez website maybe ready for initial release 2024-04-11 17:01:12 -04:00
style feat: Sreez website maybe ready for initial release 2024-04-11 17:01:12 -04:00
.gitignore chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
Cargo.lock feat: New landing page first draft is up 2024-04-08 23:33:32 -04:00
Cargo.toml feat: New landing page first draft is up 2024-04-08 23:33:32 -04: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