nationtech-website/sreez
2024-07-02 15:10:01 -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 fix(okd-recover-from-expired-certs): remove wrong og:image tag 2024-07-02 15:10:01 -04:00
style feat: expired certs blog 2024-06-29 18:50:54 -04:00
.gitignore chore: Rename nationtec-io folder to sreez 2024-03-01 14:48:33 -05:00
build_docker.sh fix(okd-recover-from-expired-certs): remove wrong og:image tag 2024-07-02 15:10:01 -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(OkdInstallBlog): add missing subscription config 2024-04-20 10:53:05 -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