Skip to content

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

License

Notifications You must be signed in to change notification settings

AysheDaArtist/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 username and password of your Mucklet developer account:

http://localhost:6450/?login.player=<USER>&login.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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.8%
  • SCSS 6.1%
  • Other 1.1%