A Discord bot to easily track pull requests
- Clone this repo
- Move to the cloned repo's directory
- Install NPM dependencies using
npm install - Run the app using
node index.js
Note: I recommend to download Nodemon, which saves time in restarting your application when updating files. With Nodemon, you'll have to start the application using nodemon index.js.