Embedded Learning Toolkit
Перейти к файлу
Saleema Amershi 0dd037e8e4 Strip suggestion code 2017-02-23 15:48:24 -08:00
app Strip suggestion code 2017-02-23 15:48:24 -08:00
ffmpeg/windows add feature to convert to WEBM for fast seeking 2017-02-09 15:16:49 -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
README.md Address fixmes. Remove unused nodemodules. Update documentation. 2017-02-23 14:47:24 -08: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

README

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