instructions

This commit is contained in:
Chris Wanstrath 2025-09-26 10:28:41 -07:00
parent 8efc808af2
commit 7534b65925

View File

@ -1,15 +1,20 @@
# NOSE:pluto # NOSE:pluto
- [x] Hosts valtown-style Bun apps (for your home network) ## Installation
- [x] Provides a NOSE terminal/shell GUI
- [x] Runs one-shot TypeScript commands (via NOSE terminal) You just need to make a "nose" user on your RPi and make sure you can ssh in.
- [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 Then run `bun deploy && bun remote:install`.
When it's done (it'll reboot) visit:
http://nose-pluto.local
## Local Dev ## Local Dev
bun install bun install
bun dev bun dev
open localhost:3000
## Commands ## 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: 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