Setup development environment Install NodeJS 8.x curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - sudo apt-get install -y nodejs Clone the Polyglot-v2 repository git clone git@github.com:Einstein42/udi-polyglotv2.git cd udi-polyglotv2 Install NodeJS Packages npm install sudo npm install pkg nodemon -g Run Polyglot npm run start:dev