An open API service indexing awesome lists of open source software.

https://github.com/gvanderest/muddle

Electron-Based MUD Client
https://github.com/gvanderest/muddle

Last synced: about 1 year ago
JSON representation

Electron-Based MUD Client

Awesome Lists containing this project

README

          

# muddle

A simple, Electron-based, MUD client.

## To Use

To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
git clone https://github.com/gvanderest/muddle.git
# Go into the repository
cd muddle
# Install dependencies
yarn
# Run the app
yarn start
```

Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).

#### License [CC0 (Public Domain)](LICENSE.md)