This is a simple express application hosting the Mouselab MDP application on a heroku server
run npm install or yarn to install dependencies
You can start the app in two different ways:
- using the express server on localhost:3000
- using the local heroku instance on localhost:5000
To start the app on local express server run npm start or yarn start
To start the app on local heroku server run heroku local web
After each experiment the usage data is posted to the express server
Each experiment data is stored as a JSON in public/experiment-data with its timestamp as filename
To generate new trials, go to tools and run node make-trials.js
The new trials overwrite the old ones in public/static/json/trials.json