Hey, sorry my ignorance, but how to run or install this? There is nothing in the readme file. After some google-ing, is this correct? (after cloning the repo): ```bash npm run package ``` to run the server: ```bash node out/index.js --stdio ``` ?