Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Switchyard Website#

Landing page for Switchyard, a rules-based URL router for Linux.

Built with Astro. Published as a container image to ghcr.io/alyraffauf/switchyard-website.

Development#

npm install
npm run dev

Build#

npm run build

Outputs to dist/.

Container#

docker build -t switchyard-website .
docker run --rm -p 8080:80 switchyard-website