This folder contains the source code for the MemoryViz demo website.
To run the demo website locally, follow these instructions from the memory-viz/demo/
folder.
Note: you can instead run the commands in the root project directory by adding the argument --workspace=demo
.
-
First, build the assets using Webpack:
$ npm run build-dev
-
Then run the website:
$ npm start
-
Visit the website at
http://localhost:9000
.