Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 484 Bytes

MEVN IPlogger for Discord

IPLogger with dynamic routes created with discord.js using MEVN stack

Build Setup

First, config your webhook url in src/config.json
After that, config the proxy with your custom domain
Then, create a .env file with your mongodb uri
Finally:

# start on dev mode with nodemon and webpack 
npm install 
npm run dev
npm run webpack

# build for production with minification and start
npm setup
npm start