Archiving with downloads enabled.
- Tested on NodeJS version 12.10.0
- Enough disk space.
- Make sure Node.js is installed. This script has been tested on Node.js v12.10.0.
git clone
or Download ZIP to a known directory.- Extract folder if compressed before proceeding.
- Open up a command-line, Powershell for Windows users, and change current directory to the folder containing the script.
- Run
npm install
to install dependencies. - Now type and
node ./initialize.js
ornpm start
and follow the steps being provided to you through the cli.
Fork project & Send a pull request. Use eslint & the provided eslint file, thanks.