https://github.com/unframework/lichee-kiosk
Experimenting with a TUI kiosk-style gadget based on LicheePi Nano
https://github.com/unframework/lichee-kiosk
Last synced: 6 months ago
JSON representation
Experimenting with a TUI kiosk-style gadget based on LicheePi Nano
- Host: GitHub
- URL: https://github.com/unframework/lichee-kiosk
- Owner: unframework
- Created: 2023-03-17T05:05:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:48:43.000Z (about 2 years ago)
- Last Synced: 2025-06-06T23:36:45.544Z (10 months ago)
- Language: TypeScript
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TUI Kiosk on Lichee Pi (WIP)

## Dev
Create `.env` file:
```
FEED_URL=...
FEED_KEY=...
```
Create `kiosk_id_rsa.pub` file.
Packaging:
```
yarn build
docker build -t tuiview .
```