Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 518 Bytes

Modmail

Requirements

Setup

After installing the requirements run the following command to install the necessary dependencies for Modmail

$ npm i

Then you must compile the project and a dist (distribution) directory will be generated

$ npm build

Starting

If you use PM2 or any other process manager you can call ./dist/app.js to start the bot. For the rest you can use the following

$ npm start