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
- Install Bun
Running Locally
bun installbun run startto run at localhost:8080 in development modebun run buildto build artifacts indist
Running with Docker
docker build -t webao .
docker run -d -it -p 8080:8080 webao
