minimal PWA
just enough to make it installable
I use to install my ttyd as PWA
Yes, just look at that:
- clone this repo
git clone https://github.com/ColCh/pwa-slim.git
- open web server
python3 -m http.server 7681
- open http://localhost:7681 in Chrome
- click on Install PWA button
- close python web server
- install ttyd https://github.com/tsl0922/ttyd
- launch ttyd:
ttyd -p 7681 -i 127.0.0.1 tmux new -A -s ttyd