mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-08 18:58:47 -06:00
Splore
Splore is a general-purpose debug UI for exploring noms data.
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 startto continuously build a non-minified (and thus debuggable) build.
