instructions
This commit is contained in:
parent
8efc808af2
commit
7534b65925
|
|
@ -1,15 +1,20 @@
|
|||
# NOSE:pluto
|
||||
|
||||
- [x] Hosts valtown-style Bun apps (for your home network)
|
||||
- [x] Provides a NOSE terminal/shell GUI
|
||||
- [x] Runs one-shot TypeScript commands (via NOSE terminal)
|
||||
- [x] Has a 960x540 (16:9) virtual screen size that scales to the actual size of the display
|
||||
- [x] Runs on a Raspberry Pi 5
|
||||
## Installation
|
||||
|
||||
You just need to make a "nose" user on your RPi and make sure you can ssh in.
|
||||
|
||||
Then run `bun deploy && bun remote:install`.
|
||||
|
||||
When it's done (it'll reboot) visit:
|
||||
|
||||
http://nose-pluto.local
|
||||
|
||||
## Local Dev
|
||||
|
||||
bun install
|
||||
bun dev
|
||||
open localhost:3000
|
||||
|
||||
## Commands
|
||||
|
||||
|
|
@ -25,4 +30,16 @@ They can also `throw` to display an error.
|
|||
|
||||
Use this to examine what's inside the C64 .woff2 font file in public/vendor:
|
||||
|
||||
https://wakamaifondue.com/
|
||||
https://wakamaifondue.com/
|
||||
|
||||
## Pluto Goals: Phase 1
|
||||
|
||||
- [x] Hosts valtown-style Bun apps (for your home network)
|
||||
- [x] Provides a NOSE terminal/shell GUI
|
||||
- [x] Runs one-shot TypeScript commands (via NOSE terminal)
|
||||
- [x] Has a 960x540 (16:9) virtual screen size that scales to the actual size of the display
|
||||
- [x] Runs on a Raspberry Pi 5
|
||||
|
||||
## Pluto Goals: Phase 2
|
||||
|
||||
- [ ] coming soon
|
||||
Loading…
Reference in New Issue
Block a user