You'll first have to clone the repo to your PC:
git clone https://github.com/Team-Infernal/mdpgen.js.gitThen, install the required npm packages automatically using:
cd mdpgen.js
npm installYou should be good to go! Just type node . or npm start to get started!