Skip to content

marcellejs/uist2021demos

Repository files navigation

Marcelle - Online Demos for UIST '21

This repository contains the source code for online demos accompanying the following paper published at the ACM UIST '21 conference:

Jules Françoise, Baptiste Caramiaux, Téo Sanchez. Marcelle: Composing Interactive Machine Learning Workflows and Interfaces. Annual ACM Symposium on User Interface Software and Technology (UIST ’21), Oct 2021, Virtual, France. DOI: 10.1145/3472749.3474734

Ressources

Available Scripts

npm run backend

Runs the backend for server-side data storage. You need to have mongodb running locally.

npm run dev

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds a static copy of your site to the build/ folder. Your app is ready to be deployed!