calib-oups

Calib-oups

Calibration app and recording app for the OUPS! connected object. To access the apps, go to the following link:

Development

The app is already available online through github pages (on push to main). The following instructions describe development steps to modify the app.

How to deploy locally

To deploy the application, simply host the index.html with the associated files on a web server. To ease development, you can use a “live server” to change the webpage in real time. See live server for more information.

You can also use python with python -m http.server or any other web server of your choice.

Changelogs