Skip to content

ppbl/scicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

windows

trunk --config ./Trunk.win.toml serve --open

server

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