mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 11:39:03 -05:00
b5098227b8
This is a web page which renders a graph of the data generated by perf suite tests.
js/counter
counter uses noms/js to read and write a simple incrementing counter.
Getting Started
noms serve /tmp/noms &
cd ../../samples/js/counter
pushd ..
npm install
popd
npm install
node . http://localhost:8000:counter
You only need to do the npm install calls once. After that you can use npm run build or
npm run start for dev mode.