insync-stage-importer
v0.1.0-alpha.1
Published
Imports stage files.
Downloads
2
Readme
InSync Stage Importer
Module to allow InSync StagePlayer to import Stages within the InSync platform.
Developing
To start webpack development server using a randomly generated dataset.
yarn start
The page will be reachable at https://localhost:8080 (so not http!, we need https in case we want to connect to Pydio server).
The results for all the levels are generated randomly on demand. Results for a given level are cached in memory until webpack is killed.
If you would like to retrieve data from actual Pydio server, make a copy of .env.example and set PYDIO_ENDPOINT to the url where pydio lives.