Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 598 Bytes

muddle

A simple, Electron-based, MUD client.

To Use

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.