Thanks for your help! We welcome all contributors.
npm install
or
yarnnpm run iosBefore creating a pull request, please check that your commit complies with the commit conventions used in this repository.
When you create a commit, follow the convention: category(scope or module): message, where category is one of:
feat: a new featurefix: fix bugsrefactor: refactoring (code changes that neither fix bugs nor add new features)perf: code changes to improve performancedocs: change existing docs or create new onesbuild: changes affecting the build system or external dependencies (example scope: rollup, npm)test: add missing tests or correct existing onesstyle: changes that do not affect the meaning of the code (whitespace, formatting, missing semicolons, etc.)chore: A change to the repository that does not meet any of the above
If you're interested in a detailed specification, you can visit Conventional Commits or check out the [Angular Commit Message Guidelines](https://github.com/angular/angular/blob/22b96b9/ CONTRIBUTING.md#-commit-message-guidelines).
npm run iosone way to run your app. You can also run it directly from within Xcode.npm run startstarts Metro Bundler.