Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 785 Bytes
Build Status Coverage Status

eve-discord-bot

Discord bot for EVE online

Development installation instructions

prerequisites

  1. mongodb installed and running
  2. names and station collection in mongo: TBD

installation steps

  1. clone this repository
  2. install node.js latest stable version
  3. from within the directory run npm install
  4. install gulp in global npm i -g gulp
  5. rename _env.json to env.json and add all secret data
  6. run in development mode with npm run serve