Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 658 Bytes

Close Captions 🔌

This plugin is designed to be used from within Vatom Spaces.

Building the plugin

  • Ensure you have Node.js installed.
  • Install dependencies: npm install
  • Build the plugin: npm run build

Developing locally

  • 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.

Publishing the plugin

  • Run: npm run publish