Code and science blog, written in rust.
server side use actix-web + diesel + postgres
cargo install trunk
trunk serve --open
windows
trunk --config ./Trunk.win.toml serve --open
cargo install cargo-watch
cargo watch -x 'run --bin scicode_server'