Skip to content

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

License

Notifications You must be signed in to change notification settings

Warphammer/mucklet-client

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.5%
  • SCSS 5.6%
  • HTML 1.6%
  • Other 0.3%