This plugin is designed to be used from within Vatom Spaces.
- Ensure you have Node.js installed.
- Install dependencies:
npm install
- Build the plugin:
npm run build
- Start the dev server:
npm start
- Load the plugin in your space. Select Plugins, press the (+) icon and then paste the address: http://localhost:9000/plugin.js
- After making code changes, refresh the page
Note: You can only sideload plugins in a space you are the owner of.
- Run:
npm run publish