/scicode

Code and science blog, written in rust

Primary LanguageRust

scicode

Code and science blog, written in rust.

client side use yew + trunk

server side use actix-web + diesel + postgres

client

cargo install trunk
trunk serve --open

server

cargo install cargo-watch
cargo watch -x 'run --bin scicode_server'