Our experimental hub is video conferencing platform that can be used by researchers to host their own custom online synchrony experiments. The experimental hub consists of 3 main pages: Session Overview, Experiment Page, and Post Processing room as outlined below.
This project aims to easify the installation process of the experimental hub project. With this installer, users may easily install and launch their applications on their local computers or servers.
For installation and contribution, please see the descriptions below.
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/TUMFARSynchrony/SynthARium-installer-launcher.git your-project-name
cd your-project-name
npm install
Having issues installing? See our debugging guide
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package