1
0
Fork
You've already forked ports-website
0
Website to browse the Static Linux ports.
  • Rust 40.8%
  • HTML 36.5%
  • C 22.7%
Find a file
2026年06月24日 16:24:08 +02:00
backend Update backend/Cargo.toml 2026年06月17日 07:31:43 +02:00
frontend match header 2026年06月24日 16:24:08 +02:00
.gitignore CLEAN: ignore rust target 2026年06月14日 19:27:50 +02:00
README.md ADDITION: README 2026年06月14日 19:30:44 +02:00

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.