Files
dolt/samples/js/splore/README.md
T
Erik Arvidsson e90bfcbd2a Switch to Yarn (#3092)
brew install yarn
2017-01-20 11:42:32 -08:00

540 B

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.