Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 391 Bytes

DEVELOPMENT.md

File metadata and controls

16 lines (12 loc) · 391 Bytes

Setup development environment

Install NodeJS 8.x
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