Skip to content

smalls/arcs

 
 

Repository files navigation

arcs

Install

Note that you need a recent version of Node because we use new ES6 features. v7.8.0 is definitely OK - earlier v7 versions are probably fine too.

$ npm install -g gulp-cli
$ (cd runtime && npm install)
$ (cd tracelib && npm install)

Test

$ (cd runtime && gulp)

If there are unhandled promise exceptions without stack traces, use ./node_modules/.bin/mocha --trace-warnings.

Trace

$ cd runtime
$ traceFile=`pwd`/trace.json npm test

Demo

$ python -m SimpleHTTPServer 5001 &
$ open 'http://localhost:5001/runtime/browser/browser-demo/index.demo.html'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • HTML 6.3%
  • CSS 0.2%