Downloading the appΒΆ
Link to Github repo: github.com/maxfarrens/continuous-rater
If you do not already have it installed, install Node.js
Clone the
continuous-rater
repository locally. Go to your command line and enter:git clone https://github.com/maxfarrens/continuous-rater.git
Install the dependencies using npm (from within the local repository):
cd continuous-rater npm install
Start Rollup:
npm run dev
Navigate to localhost:5000 in your browser of choice. You should see a developer version of your app running. Initially, it should just display a white screen with no content. In order to make the app functional for your experiment, you need to set up and link a Firebase backend (see Setting up firebase), and edit some variables in the
src/utils.js
file within thecontinuous-rater
repository (see Customizing the app).