reshuffle-runtime-enterprise

Reshuffle runtime for enterprise - connects and syncs with studio and has enterprise service connectors

Usage no npm install needed!

<script type="module">
  import reshuffleRuntimeEnterprise from 'https://cdn.skypack.dev/reshuffle-runtime-enterprise';
</script>

README

Reshuffle Runtime For Enterprise

Start a runtime locally

$ cd client
$ npm install
$ npm start

Linkage with reshuffle

To make development faster, you can link reshuffle module here.

So changes in reshuffle module locally will be automatically available in reshuffle-runtime-enterprise

// In reshuffle project
$ npm link

// In reshuffle-runtime-enterprise project
$ npm link reshuffle