diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-10-12 18:25:14 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-10-12 18:25:14 +0200 |
| commit | 8a7942c0565298c29edbf0b271d5d7c7f9e56fd8 (patch) | |
| tree | 67b788f40b7a4713904836de05f0e5876c32bd79 /README.md | |
| parent | a83c8962b68f2cc0a0e22d988b8ff030057454e5 (diff) | |
| parent | 82983e0c38383ec2602b4f41327342d1c8d0a8fd (diff) | |
Merge branch 'master' into 2fa
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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` |
