Deimos

Deimos is an open-source MapleStory 2 emulator written in TypeScript and Node.

Requirements

Setup

  1. To setup Deimos, install Node, npm, then clone this repository.
git clone https://github.com/AlanMorel/Deimos deimos
  1. Install the node dependencies
cd deimos
npm install
  1. Edit src/config.js to your liking, then start the server.
npm run start

Commands

npm run start : Start the server

npm run lint : Run the linter

Community

Join the community discord if you are interested in contributing to this project or would like assistance getting set up.