Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 589 Bytes

Iskaribot.js

Development

Iskaribot.js was built using Node 16.1.0 and NPM 7.24.0 so you should be safe if you have the same versions, others at your peril. Not really.

Run Iskaribot.js locally

  1. Use ./node as your working directory.
  2. Install dependencies by running npm install
  3. Add configuration data to the included rename.env file and rename the file to .env. Optionally, and for production deployment, the configuration can be added as environment variables.
  4. Run the bot with npm start which will run nodemon and listen for changes to the application...