aboutsummaryrefslogtreecommitdiff

webAO

A fork of WebAO, the browser client for AO2. WebAO originally made by stonedDiscord and the WebAO contributors.

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

Running Locally

  1. bun install
  2. bun run start to run at localhost:8080 in development mode
  3. bun run build to build artifacts in dist

Running with Docker

docker build -t webao . docker run -d -it -p 8080:8080 webao