A simple, Electron-based, MUD client.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# 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.