/NewBigSemantics

The new BigSemantics with a focus on supporting web-based applications.

Primary LanguageTypeScriptMIT LicenseMIT

NewBigSemantics

The new BigSemantics with a focus on supporting web-based applications.

Build

  1. Install Node.
  2. Install TypeScript (1.8+).
  3. Install MongoDB (3.2.1+).
  4. Install Minio
  5. Install Gulp CLI: npm install -g gulp-cli.
  6. Install Node packages: npm install.
  7. Build with gulp
  8. Run compiled JavaScript file with Node: cd build/phantom && node test-master.js.

Testing

  1. Build with gulp
  2. Run tests with gulp test