Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 595 Bytes

File metadata and controls

28 lines (18 loc) · 595 Bytes

ilo-lang.ai

Documentation website for ilo — a token-minimal programming language for AI agents.

Live site: ilo-lang.ai

Stack

  • Astro + Starlight + Tailwind CSS v4
  • Deployed via Dokploy on Hetzner VPS

Local development

npm install
npm run dev        # http://localhost:4321

Build

npm run build      # output in ./dist/
npm run preview    # preview the build locally

Deployment

Pushes to main trigger auto-deploy via Dokploy.