Website to browse the Static Linux ports.
- Rust 40.8%
- HTML 36.5%
- C 22.7%
| backend | Update backend/Cargo.toml | |
| frontend | match header | |
| .gitignore | CLEAN: ignore rust target | |
| README.md | ADDITION: README | |
ports-website
A web interface for browsing the Static Linux port tree.
What it does
Serves a searchable, categorized view of all ports in the static-ports repository. Each port links to a detail page showing its metadata, commit history, and contributors pulled live from git.
Requirements
- Rust
- git
Setup
Clone the repo and make sure static-ports and frontend are in the same directory as backend/.
cd backend
cargo build --release
./target/release/ports-server
Then open http://localhost:5000 in your browser.