VSP = Vatom Spaces Plugin
This open source plugin is designed to be used from within Vatom Spaces.
You can find this plugin in the Vatom Market at
- Ensure you have Node installed
- Install dependencies with
npm install
- Login to the Vatom CLI with
npm run login
- Build and load the plugin into your space with
npm run sideload -- myspace
(replacemyspace
with your space alias name) - When ready, publish to the Marketplace with
npm run publish
Note: You can only sideload plugins in a space you are the owner of.