28 lines
609 B
Markdown
28 lines
609 B
Markdown
# 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
|
|
|
|
## Local Dev
|
|
|
|
bun install
|
|
bun dev
|
|
|
|
## Commands
|
|
|
|
Commands can return one of three types:
|
|
|
|
- `string`
|
|
- `{ error: string }`
|
|
- `{ html: string }`
|
|
|
|
They can also `throw` to display an error.
|
|
|
|
## Fonts
|
|
|
|
Use this to examine what's inside the C64 .woff2 font file in public/vendor:
|
|
|
|
https://wakamaifondue.com/ |