Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Latest commit

 

History

History
74 lines (65 loc) · 2.28 KB

README.md

File metadata and controls

74 lines (65 loc) · 2.28 KB

Logo

React Plugin Template by Dyte


Explore the docs »

Report BugRequest Feature

Table of Contents

About The Project

Plugin SDK let's you build custom plugins that work with all of Dyte's core SDKs.

Built With

Getting Started

Prerequisites

  • npm
  • node

Installation

  • Clone the repo
    git clone https://github.com/dyte-in/react-plugin-template.git
    
    cd plugin-template-react
    
  • Install NPM packages
    npm install
    
  • Run the project
    npm start
    

Usage

Once you have started the dev server using npm start, open http://staging.dyte.in, and use the LocalhostDev plugin. You will now be able to see your plugin inside the meeting stage (this will be accessible only from localhost:5000).

Publish Your Plugin

You can use Dyte CLI to create and publish plugins.

The complete documentation and usage for Plugin SDK can be found at: https://www.npmjs.com/package/@dytesdk/plugin-sdk#usage

Contributing

We really appreciate contributions in the form of bug reports and feature suggestions. Help us make Dyte better with your valuable contributions on our forum 🙂.

License

Distributed under the MIT License. See LICENSE for more information.