Skip to content

arce-rvty/MasterOfPuppets

Repository files navigation

MasterOfPuppets

Basic to start

Execute with Spotfire Mods

Just need to drag and drop the spotfire/MasterOfPuppets.mod file to any dxp file. Make sure you have enabled mods in Spotfire configuration.

  • Edit people configuration file adding desired names:
    src/data/puppets.json
mod

Run

  • Download node modules:
    yarn
  • Execute project:
    yarn dev

Build (not necessary for scrums)

    yarn build

Generate electron build (not necessary for scrums)

    yarn buildElectron

Docker:

    docker compose up