<aside> 💡 In this guide, we’ll go over the instructions for how to deploy an example plugin called rotate-right. Before doing so, make sure you’ve read Quickstart: How to build a Plugin in order to register a Sandbox Plugin
See the rest of our examples in the pb-plugins Github repository.
</aside>
yarn dev to start the local server at localhost:3000.ngrok by following the instructions here.ngrok http 3000 to forward public requests to your local server.<aside> ✅ Congratulations! You should now be able to invoke your Sandbox Plugin within your playbook in order to rotate your assets 90°.
</aside>