@protonapp/proton-runner

Core rendering functionality for Adalo platform

Usage no npm install needed!

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

README

Adalo Runner

The runner package connects to web-preview and web-runtime to render the apps that users have built.

Setup

  1. Install packages for runner and create symlink of package.
yarn
yarn link
yarn start

Runner is now running and you should see log updates anytime you save within a file.

  1. Once this app is up and running, you can link to it in the web-preview. Make sure you are in the web-preview repository when you run these commands.
yarn link "@protonapp/proton-runner"
yarn
yarn start