instructions
This commit is contained in:
parent
8efc808af2
commit
7534b65925
|
|
@ -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
|
||||||
|
|
||||||
|
|
@ -26,3 +31,15 @@ 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
|
||||||
Loading…
Reference in New Issue
Block a user