Skip to content

PlayChillFederation/webAO

 
 

Repository files navigation

webAO

This is a client for the Attorney Online roleplaying chatroom written in HTML and JavaScript. It works with any AO server if it has WebSocket support.

Link to the client in this repo: http://web.aceattorneyonline.com/

Project Setup

Running Locally

  1. nvm install && nvm use
  2. npm install
  3. npm run start

Running with Docker

docker build -t webao .

docker run -d -it -p 8080:8080 webao

About

Attorney Online Web Client

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 53.4%
  • CSS 24.7%
  • HTML 11.9%
  • JavaScript 10.0%