Skip to content

Latest commit

 

History

History

demo

MemoryViz Demo Website

This folder contains the source code for the MemoryViz demo website.

Developers

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.

  1. First, build the assets using Webpack:

    $ npm run build-dev
  2. Then run the website:

    $ npm start
  3. Visit the website at http://localhost:9000.