This is a client for the Attorney Online roleplaying chatroom written in HTML and JavaScript. It works with the any AO server if it has WebSocket support.
Link to the client in this repo: http://web.aceattorneyonline.com/
- Look at the file version in
.nvmrc
and runnvm use <VERSION NUMBER>
npm install
npm run start
npm use
npm install
npm run start
docker build -t webao .
docker run -d -it -p 8080:8080 webao