Skip to content

bclindner/apwebchat-vue

Repository files navigation

apwebchat-vue

A simple web chat client for the Archipelago multiworld randomizer platform.

Using

No current host for this, so you'll need to install Node.js and build it yourself:

npm install
npm run build
# this is the part where you take what's in dist/ and deploy it to a webserver or static site host.
# otherwise, you can do this to host it locally:
cd dist
npx http-server

About

Archipelago web chat client, using Vue.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published