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
- Host: GitHub
- URL: https://github.com/gvanderest/muddle
- Owner: gvanderest
- License: cc0-1.0
- Created: 2016-04-12T23:49:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T15:21:49.000Z (about 8 years ago)
- Last Synced: 2025-03-24T19:01:46.110Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-mud - muddle - Electron-Based MUD Client (Clients)
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)