0.1.0-alpha.1 • Published 4 years ago

insync-stage-importer v0.1.0-alpha.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.