Create your own interactive, web-based data online experiment 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/.
To get started with this template, see the instructions on how to use this template.
To see anything on the page you'll be serving, you will need to set up a basic study.
For general tutorials and documentation on reVISit, see the reVISit website.
Useful tutorial links:
To run your study based on this template 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.