https://github.com/nicoburns/blessed-rs
A community guide to the Rust ecosystem
https://github.com/nicoburns/blessed-rs
Last synced: 5 days ago
JSON representation
A community guide to the Rust ecosystem
- Host: GitHub
- URL: https://github.com/nicoburns/blessed-rs
- Owner: nicoburns
- Created: 2022-03-13T19:01:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T01:33:03.000Z (22 days ago)
- Last Synced: 2025-04-09T19:16:20.261Z (5 days ago)
- Language: Rust
- Homepage: https://blessed.rs
- Size: 1.26 MB
- Stars: 1,419
- Watchers: 22
- Forks: 91
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - nicoburns/blessed-rs - A community guide to the Rust ecosystem (Rust)
- StarryDivineSky - nicoburns/blessed-rs
- stars - nicoburns/blessed-rs - A community guide to the Rust ecosystem (Rust)
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`.