@protonapp/proton-constants

Constants for the Adalo editor / frontend / backend to share

Usage no npm install needed!

<script type="module">
  import protonappProtonConstants from 'https://cdn.skypack.dev/@protonapp/proton-constants';
</script>

README

constants

Constants shared between renderer & editor

Running Locally

yarn && yarn start

...and then in a new terminal window/tab...

yarn link
cd ../frontend && yarn link @protonapp/proton-constants
cd ../runner && yarn link @protonapp/proton-constants