diff --git a/.gitignore b/.gitignore index faf30af..f2a2125 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,13 @@ DerivedData *.ipa *.xcuserstate +#MacOS +.DS_Store + +# Turborepo cache +.turbo + + # Android/IntelliJ # .idea 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. diff --git a/README.md b/README.md index daf5397..98e837e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ VideoPlayer for the React Native `