Discord bot for EVE online
- mongodb installed and running
- names and station collection in mongo: TBD
- clone this repository
- install node.js latest stable version
- from within the directory run
npm install
- install gulp in global
npm i -g gulp
- rename
_env.json
toenv.json
and add all secret data - run in development mode with
npm run serve