Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 560 Bytes

File metadata and controls

28 lines (18 loc) · 560 Bytes

LemmyAO

A forked client of WebAO for the Attorney Online roleplaying chatroom, written in TypeScript. Works with any AO server that supports WebSockets.

Live Client: https://webao.miku.pizza/

Prerequisites

  • Bun - runtime, bundler, test runner

Local development

# Install dependencies
bun install

# Run the dev server (hot reload, http://localhost:8080)
bun run dev

# Run the test suite
bun test

# Run the linter
bun run lint

# Produce a production build in ./dist
bun run build