Link

Building Your Connector

  1. Make sure you have the Yack App running and set to Developer Mode
  2. Navigate to the root file of your connector repository in your terminal then install all dependencies
     npm install
    
  3. Connectors use Webpack to bundle. When you’re ready to build in your terminal run:
     npm run buildStaging
    

Once you refresh the Yack App you should now see your new Connector Plugin from the Browse Communities page. Go ahead and add your new Yack Connector to start debugging it.

Add Your Connector