Files
dolt/clients/splore
Erik Arvidsson de5e8b8ec0 Replace isometric-fetch
This replaces the fetch polyfill with 2 more targetted functions:
fetchText and fetchArrayBuffer

There is one implementation for node and one for browsers. Browserify
picks the browser version by reading the value out of package.json

Towards #605
2015-11-16 14:48:21 -05:00
..
2015-11-02 14:23:53 -08:00
2015-11-02 14:23:53 -08:00
2015-11-04 11:11:06 -08:00
2015-09-29 13:12:26 -04:00
2015-11-02 14:23:53 -08:00
2015-11-02 14:23:53 -08:00
2015-11-12 17:11:12 -05:00
2015-11-12 20:53:23 -05:00
2015-11-12 13:53:58 -05:00
2015-11-12 17:11:12 -05:00
2015-11-16 14:48:21 -05:00
2015-11-12 20:53:23 -05:00

Splore

This is a generic noms data explorer.

Requirements

Build

  • ./link.sh # only necessary first time, or if changes have happened in js
  • npm install # only necessary first time, or if deps have changed
  • npm run build

Run

  • python -m SimpleHTTPServer 8082 (expects ../server to run on same host, port 8000)
  • navigate to http://localhost:8082/

Develop

  • npm run start

This will start watchify which is continually building a non-minified (and thus debuggable) build.