nationtech-website/sreez
2024-04-20 10:13:41 -04:00
..
assets feat(OkdInstallBlog): fix (3nd try) image size... 2024-04-20 10:13:41 -04:00
end2end chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
src feat(OkdInstallBlog): fix (2nd try) og tags for linkedIn 2024-04-20 09:56:45 -04:00
style feat(sreez): Improve subscribe look, integrate it on the blog page 2024-04-17 22:44:58 -04:00
.gitignore chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
build_docker.sh feat(OkdInstallBlog): fix (3nd try) image size... 2024-04-20 10:13:41 -04:00
Cargo.lock feat(sreez): Add subscribe button that sends a notification to discord 2024-04-17 16:44:25 -04:00
Cargo.toml feat(sreez): Add subscribe button that sends a notification to discord 2024-04-17 16:44:25 -04:00
config.toml feat(sreez): Add subscribe button that sends a notification to discord 2024-04-17 16:44:25 -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