Skip to content

SyntaxNyah/LemmyAO

 
 

Repository files navigation

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

About

Attorney Online Web Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 80.9%
  • CSS 13.1%
  • HTML 5.5%
  • Other 0.5%