Create your own interactive, web-based data online experiement by setting up your own repository based on this template. The template tracks stable releases of revisit, i.e., the main branch of https://github.com/revisit-studies/study/.
For tutorials and documentation on reVISit, see the reVISit website.
See also the instructions on how to use this template.
To run this demo experiment locally, you will need to install node on your computer.
- Clone your repository created based on this template.
- 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.