/mucklet-client

Web client for Mucklet.com, a textual world of roleplay.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Mucklet Web Client

Web client for Mucklet.com, a textual world of roleplay.

Quick start

Install Git and NodeJS, and run the following commands:

git clone https://github.com/mucklet/mucklet-client.git
cd mucklet-client
npm install
npm run client:realm:test

Open a browser and go to the URL below, but replace <USER> and <PASS> with the URL encoded username and password of your Mucklet developer account:

http://localhost:6450/?auth.player=<USER>&auth.pass=<PASS>

About

The Mucklet Client is a Single Page Application, written in pure Javascript, compiled into a bundle using Webpack.

Understanding the application

The application uses multiple experimental technologies, unfamiliar to most developers. So, when working with this client, make sure to read the overviews:

Contributing

To learn how to contribute to the project, read the How to contribute guide.

Style guide

All contributed code should follow the style guide.