Skip to content

PlGGS/bblog

Repository files navigation

BBlog: A full stack blog app in Rust by Blake Boris

Documentation (or run cargo doc to generate docs locally)

Steps to build:

  1. Install cargo-leptos with cargo install cargo-leptos or, if necessary, cargo install --git https://github.com/leptos-rs/cargo-leptos --locked cargo-leptos for bleeding-edge features and deps
  2. Run cargo leptos watch from the bblog directory

Steps to deploy:

  1. cargo leptos build --release