mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 11:31:28 -05:00
de5e8b8ec0
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
Splore
This is a generic noms data explorer.
Requirements
- Node.js: https://nodejs.org/download/
- You probably want to configure npm to use a global module path that your user owns
Build
./link.sh# only necessary first time, or if changes have happened injsnpm install# only necessary first time, or if deps have changednpm 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.