Skip to content

sociallayer-im/seastar-app

Repository files navigation

Social Layer App

How to run the project

  1. Clone the repository
  2. Run yarn to install the dependencies
  3. Run yarn start to start the project

How to test the project

  1. Run yarn storybook to run the component tests
  2. Run yarn cypress:open to run the e2e tests

How to contribute

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Create a pull request
  5. Wait for the review
  6. Merge the pull request