From ab0adb4882367a2f2a156df5ba86df00abdbc91f Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Mon, 16 Mar 2026 17:26:33 +0000 Subject: Add fork information to README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54cae47..08be012 100644 --- a/README.md +++ b/README.md @@ -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: +Upstream repository: + +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: ## 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 -- cgit