diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-16 17:26:33 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-06-06 03:06:43 +0000 |
| commit | 27984286a995f12c2fc9c341905e154b0f4acc09 (patch) | |
| tree | 8564864e43979bb22e000bc98cbe3b1a778fd7bf | |
| parent | 6f0a739d765c334dec439e1f032a29e8bbe31c20 (diff) | |
Add fork information to README
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,9 +1,12 @@ # webAO -This is a client for the Attorney Online roleplaying chatroom written in HTML and JavaScript. -It works with any AO server if it has WebSocket support. +A fork of WebAO, the browser client for AO2. WebAO originally made by +stonedDiscord and the WebAO contributors. -Link to the client in this repo: <http://web.aceattorneyonline.com/> +Upstream repository: <https://github.com/AttorneyOnline/webAO> + +This fork has minimal changes and was made to fix a few issues and be compatible +with CSDWASASH, the AO2 server deployed at Serenade of Flames. ## Project Setup @@ -12,7 +15,8 @@ Link to the client in this repo: <http://web.aceattorneyonline.com/> ## Running Locally 1. `bun install` -2. `bun run start` +2. `bun run start` to run at localhost:8080 in development mode +3. `bun run build` to build artifacts in `dist` ## Running with Docker |
