A small web application to track and log every pointer movements and export them as csv files.
This is a fork of Track Recorder.
This project requires node.js
.
git clone https://github.com/QuentinRoy/Track-Recorder.git
cd Track-Recorder
npm install
npm run build
Creates the build
directory containing the application's files.
npm run serve