Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 447 Bytes

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