Skip to content

Commit

Permalink
add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jul 8, 2024
1 parent fdff613 commit c0b81e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing guidelines

1. Clone this repository.
2. Run `yarn` to install packages in the root folder.
3. Go to `./examples/MyTVProject`
4. Run `yarn start` in the terminal.
5. Open a new terminal and go to `./examples/MyTVProject` again
6. Run `yarn prebuild`
7. Run `yarn ios` or `yarn android`
8. Make your changes to `./packages/media-console`
9. Test the changes on the simulator. If everything is good, you can open a pull request.

0 comments on commit c0b81e9

Please sign in to comment.