Embedded Learning Toolkit
Перейти к файлу
Lisa Ong 242b48826b
Merge pull request #2 from microsoft/users/GitHubPolicyService/072e0bb7-0302-43cf-b8d0-cd15c05488b5
Adding Microsoft SECURITY.MD
2023-06-13 09:42:25 +08:00
app Merge v1 release to master 2017-02-23 17:07:21 -08:00
.gitignore rename project; move things to the vault 2016-12-15 12:41:49 -08:00
CMakeLists.txt rename project; move things to the vault 2016-12-15 12:41:49 -08:00
LICENSE add license 2017-04-11 09:39:30 -07:00
README.md Merge v1 release to master 2017-02-23 17:07:21 -08:00
SECURITY.md Microsoft mandatory file 2023-06-12 19:07:45 +00:00
index.html Address fixmes. Remove unused nodemodules. Update documentation. 2017-02-23 14:47:24 -08:00
main.ts fix deployment bug 2017-02-23 09:42:59 -08:00
package.json Strip suggestion code 2017-02-23 15:48:24 -08:00
tsconfig.json Note es6 issue 2017-02-02 09:47:23 -08:00
tslint.json bug fix in newTrackId; upgrade to d3 v4.0 and @types 2016-12-16 13:16:15 -08:00

README.md

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