diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-16 17:26:33 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-04-18 16:52:22 +0000 |
| commit | ab0adb4882367a2f2a156df5ba86df00abdbc91f (patch) | |
| tree | d9b4a7dd5be75300e864868643b0f23e3583ba19 /README.md | |
| parent | d89eca0c885f37f4c92cef793d398217606d910c (diff) | |
Add fork information to README
Diffstat (limited to 'README.md')
| -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 |
