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/
- Bun - runtime, bundler, test runner
# 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