1
stars
0
forks
source link
Social Layer App
How to run the project
- Clone the repository
- Run
yarn
to install the dependencies
- Run
yarn start
to start the project
How to test the project
- Run
yarn storybook
to run the component tests
- Run
yarn cypress:open
to run the e2e tests
How to contribute
- Fork the repository
- Create a new branch
- Make your changes
- Create a pull request
- Wait for the review
- Merge the pull request