Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicoburns/blessed-rs

A community guide to the Rust ecosystem
https://github.com/nicoburns/blessed-rs

Last synced: 20 days ago
JSON representation

A community guide to the Rust ecosystem

Awesome Lists containing this project

README

        

# [Blessed.rs](https://blessed.rs)

A community guide to the Rust ecosystem

## Testing locally

- Run `cargo run` then open http://localhost:3333 in your browser
- The port can be overriden using the `PORT` environment variable
- If you want to automatically recompile and re-run on save you can install [cargo-watch](https://crates.io/crates/cargo-watch) (`cargo install cargo-watch`) then and use `cargo watch -x run` instead of `cargo run`.