Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 624 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 624 Bytes

pwa-slim

minimal PWA

just enough to make it installable

I use to install my ttyd as PWA

You said TTYD in PWA?

Yes, just look at that:

OPEN IMAGE

How?

  1. clone this repo git clone https://github.com/ColCh/pwa-slim.git
  2. open web server python3 -m http.server 7681
  3. open http://localhost:7681 in Chrome
  4. click on Install PWA button
  5. close python web server
  6. install ttyd https://github.com/tsl0922/ttyd
  7. launch ttyd: ttyd -p 7681 -i 127.0.0.1 tmux new -A -s ttyd