Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 405 Bytes

File metadata and controls

9 lines (8 loc) · 405 Bytes

InfBot

RRS Bot for posting latest feed updates into Discord channels.

Getting Started

  1. Install Node using nvm install stable after installing the Node Version Manager
  2. Install Yarn npm install --global yarn
  3. Install Typescrpt npm install -g typescript
  4. Clone the project using git clone https://github.com/StealWonders/InfBot.git
  5. Install and build cd InfBot && yarn install