Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 436 Bytes

File metadata and controls

23 lines (18 loc) · 436 Bytes

Matrix Bot

What is this?

See the website

How do I run it?

You will need to fill in config.js for your bot to work. (see https://reeve.xyz/getting-started-with-matrix-bots-on-nodejs/)

Dependencies

  • NodeJS >=8.0.0
  • NPM >= 5.3.0

Development

> npm i # Install dependencies
> npm start # Start the bot

Production

> npm i # Install dependencies
> npm run production # PM2