Files
dolt/samples/js/splore
2017-02-07 09:57:27 -08:00
..
2017-01-03 14:03:17 -08:00
2017-01-20 11:42:32 -08:00
2017-01-20 11:42:32 -08:00
2017-01-20 11:42:32 -08:00
2016-06-05 02:37:28 -07:00

Splore

Splore is a general-purpose debug UI for exploring noms data.

splore and counter

Example

# Create some data
cd "$GOPATH/src/github.com/attic-labs/noms/samples/go/counter"
go build
./counter /tmp/sploretest::counter
./counter /tmp/sploretest::counter

# Build Splore
cd ../../js/splore
yarn

# Serve Splore
./node_modules/.bin/http-server &
open http://localhost:8080

Develop

Same as the example, but:

  • Run yarn run start to continuously build a non-minified (and thus debuggable) build.