Skip to content

Contributing to MessageKit

Welcome to the MessageKit community! We're excited to have you contribute to making MessageKit better. There are several ways you can contribute:

Contribute

Development

Follow these steps to contribute to MessageKit monorepo:

Fork & Clone

git clone https://github.com/ephemeraHQ/message-kit.git
cd message-kit

Create a Branch

git checkout -b community/your-feature-name

Build

# Install dependencies
yarn install
 
# Build
yarn build
 
# Run the playground
yarn play
# Or templates
yarn templates
 
# Run tests
yarn test

Submit PR

  • Create a skill, plugin or template PR
  • Create your Docs
  • Update the community files