This set of experiments are built by the reVISit framework.
To run this demo experiment locally, you will need to install node on your computer.
- Run
yarn install
. If you don't have yarn installed, runnpm i -g yarn
. - To run locally, run
yarn serve
. - Go to http://localhost:8080 to view it in your browser. The page will reload when you make changes.