Compare commits
2 Commits
8d23a77ddc
...
265611d8c4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
265611d8c4 | ||
|
|
ec7ae3b74a |
|
|
@ -2,14 +2,24 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You just need to make a "nose" user on your RPi and make sure you can ssh in.
|
1. Make a fresh RPi image with a "nose" user.
|
||||||
|
|
||||||
Then run `bun remote:install`.
|
2. Clone this repo
|
||||||
|
|
||||||
When it's done (it'll reboot) visit:
|
3. From the root of this repo, run:
|
||||||
|
|
||||||
|
bun remote:install`
|
||||||
|
|
||||||
|
4. When it's done (it'll reboot) visit:
|
||||||
|
|
||||||
http://nose-pluto.local
|
http://nose-pluto.local
|
||||||
|
|
||||||
|
And to make sure DNS is working:
|
||||||
|
|
||||||
|
http://ping.nose-pluto.local/
|
||||||
|
|
||||||
|
5. Have fun!
|
||||||
|
|
||||||
## Local Dev
|
## Local Dev
|
||||||
|
|
||||||
bun install
|
bun install
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
export default function (name: string): string {
|
export default function (name: string): string {
|
||||||
return `Hi, ${name || "stranger"}!`
|
return `Hi, ${name || "stranger"}!!`
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user