Tested on Node.js v14+.
First of all go to the project directory and rename env.sample with .env and enter your credentials
SECRET=YOUR_SECRET
KEY=YOUR_KEY
USERNAME=YOUR_USERNAME
PASSWORD=YOUR_PASSWORD
Install the dependencies and devDependencies and start the server.
$ cd $project_dir
$ npm install
$ npm start