notcancername / webAO

Attorney Online Web Client

Home Page:http://web.aceattorneyonline.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webAO

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/

Project Setup

Running Locally on Windows

  1. Look at the file version in .nvmrc and run nvm use <VERSION NUMBER>
  2. npm install
  3. npm run start

Running Locally on Linux

  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

About

Attorney Online Web Client

http://web.aceattorneyonline.com

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 53.9%Language:CSS 25.4%Language:HTML 10.6%Language:JavaScript 10.1%Language:Dockerfile 0.0%