blob: 05b54116bf9629201bea5e5c4db7e176e4a1fc7c (
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
25
26
27
|
# webAO
This is a client for the Attorney Online roleplaying chatroom written in HTML and JavaScript.
It works with the tsuserver3/serverD software when the server has WebSockets enabled.
webAO-only features:
- Asset URLs
- Automated testimony control
Desktop-only features:
- 2.6+ markup
- Non-interrupting preanimations
In short, webAO is in disrepair. Again.
Link to the client in this repo: http://web.aceattorneyonline.com/
# Project Setup
- Install [Node JS](https://nodejs.org/en/)
# Running Locally
`npm install`
`npm run start`
|