This is the repository for Memri's browser client, and developer playground.
npm install To build in playground in dist folder run:
npm run buildTo start webpack dev server run:
npm run startand open localhost:9000/app.html for the memri app, or localhost:9000 for the devtool.
In the text field at the top left of the page write the url of the pod and press the connect to pod button
To use mock data instead of pod, write mock instead of the url.
If pod does not allow connection, you may need to use --disable-web-security flag for chrome
(Note, this flag is applied only if --user-data-dir=someDir is provided as well)