aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 08be0120b7e8d88eda20b2b1e745a77d701ff875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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](https://bun.com/)

## 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`