nationtech-website/sreez
2024-04-12 16:05:50 -04:00
..
assets feat: Sreez landing page v1 ready to go online 2024-04-12 14:21:44 -04:00
end2end chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
helm/sreez-website feat(sreez): Add Dockerfile and helm chart 2024-04-12 16:05:50 -04:00
src feat: Sreez landing page v1 ready to go online 2024-04-12 14:21:44 -04:00
style feat: Fix alternating blocks on large screens 2024-04-12 16:05:21 -04:00
.gitignore chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
build_docker.sh feat(sreez): Add Dockerfile and helm chart 2024-04-12 16:05:50 -04:00
Cargo.lock feat: Fix alternating blocks on large screens 2024-04-12 16:05:21 -04:00
Cargo.toml feat: Fix alternating blocks on large screens 2024-04-12 16:05:21 -04:00
Dockerfile feat(sreez): Add Dockerfile and helm chart 2024-04-12 16:05:50 -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