An app for inspecting documents created by PropertyDDS using an efficient table-tree.
After cloning the repository, install dependencies with:
Go back to the root folder and run:
npm install
alias fb='clear && node "$(git rev-parse --show-toplevel)/node_modules/.bin/fluid-build"'
fb --install --symlink:full
fb --all @fluid-experimental/property-inspector tinylicious
You can then run the example with:
npm start
This will open a browser window to the example. You can navigate to the same URL in a second window to see changes propagating between clients.
To webpack the bundle and output the result in ./dist
, you can run:
npm run build