Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 225 Bytes

A community guide to the Rust ecosystem

Testing locally

cargo build --release
docker build . -t blessed-rs
docker run -p 3333:3333 blessed-rs
< check localhost:3333 in browser>