aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-10-12 18:25:14 +0200
committerstonedDiscord <Tukz@gmx.de>2022-10-12 18:25:14 +0200
commit8a7942c0565298c29edbf0b271d5d7c7f9e56fd8 (patch)
tree67b788f40b7a4713904836de05f0e5876c32bd79 /README.md
parenta83c8962b68f2cc0a0e22d988b8ff030057454e5 (diff)
parent82983e0c38383ec2602b4f41327342d1c8d0a8fd (diff)
Merge branch 'master' into 2fa
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 8fa1674..0ab336b 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,7 @@
# 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.
+It works with the any AO server if it has WebSocket support.
Link to the client in this repo: http://web.aceattorneyonline.com/
@@ -26,11 +16,12 @@ Link to the client in this repo: http://web.aceattorneyonline.com/
# Running Locally on Linux
-1. `nvm use`
+1. `npm use`
2. `npm install`
3. `npm run start`
# Running with Docker
`docker build -t webao .`
+
`docker run -d -it -p 8080:8080 webao`