A cli tool to browser unicafe menus via ssh
open terminal and try typing ssh unari.eeritvan.dev
- install Go (1.25.4+)
- Clone this repo
- download dependencies with
go mod download - create .env (see .env.template for required values)
- launch server with
go run . - connect to the app with another terminal using
ssh localhost -p <PORT>