зеркало из https://github.com/microsoft/ELT.git
646 B
646 B
Embedded Learning Toolkit (ELT)
Requires NodeJS
Windows:
- node.js 4.3.2
Download from [https://nodejs.org]. Node.js installs npm, the node package manager
OS X:
- node.js
homebrew install node (got version 5.0.0) --- this installs node and npm (node package manager)
Linux:
- node.js
apt-get node
Installation
To initialize the project and install node packages, run npm install
To build the project, run npm run build
;
To debug the project, run npm run debug
;
To run the project, run npm start