Homepage for my self-hosting adventures https://ayo.run
Find a file
2025-08-25 19:29:59 +02:00
.gitignore chore: initialize node project (for local server) 2025-08-19 15:36:39 +02:00
index.html feat: remove ollama mention 2025-08-25 19:29:59 +02:00
LICENSE chore: add license 2025-08-19 15:35:19 +02:00
logo.png feat: add hidden logo 2025-06-09 21:02:04 +02:00
package.json chore: initialize node project (for local server) 2025-08-19 15:36:39 +02:00
pico.min.css style: use pico & add some spacing 2025-05-11 19:20:33 +02:00
pnpm-lock.yaml chore: initialize node project (for local server) 2025-08-19 15:36:39 +02:00
README.md chore: update readme 2025-08-19 15:39:38 +02:00
test add test file 2025-05-11 10:40:49 +00:00

Ayo.Run - What's Running?

Site: ayo.run

Set up local server

  1. if you want to install locally:
npm i
npm start
# or...
npm run dev
  1. if you do not want to install, this single command will temporarily download the local server and run it:
npx simple-server .