From c0b81e92e6bf88ebfe892bd527f52bbdbfb0971b Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:58:53 +0300 Subject: [PATCH] add CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4853b0d --- /dev/null +++ b/CONTRIBUTING.md @@ -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.