You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,17 @@ When in doubt about whether we will be interested in including a new feature, pl
39
39
7. Ensure all checks (tests, lint) are passing in GitHub.
40
40
8. Open a pull request with a detailed description of what is changing and why.
41
41
42
+
### Dev tooling
43
+
44
+
Shopify employees can use the root `dev.yml` from the repo root:
45
+
46
+
```bash
47
+
dev up
48
+
dev check
49
+
```
50
+
51
+
Platform-scoped commands are available as `dev android <command>`, `dev swift <command>`, and `dev react-native <command>` (or `dev rn`). Protocol schema/model commands are available as `dev protocol <command>`. For cross-platform changes, use `dev lint`, `dev test`, `dev check`, `dev format`, and `dev build`.
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,6 @@ Feature guides:
27
27
-[Privacy compliance](https://shopify.dev/docs/storefronts/mobile/checkout-kit/privacy-compliance) - pass GDPR, CCPA, and ATT consent through to Shopify.
28
28
-[Accelerated checkouts](https://shopify.dev/docs/storefronts/mobile/checkout-kit/accelerated-checkouts?extension=react-native) - Shop Pay and Apple Pay buttons for one-tap purchase on product and cart pages.
29
29
30
-
## Development
31
-
32
-
Shopify employees can use the root `dev.yml` from the repo root:
33
-
34
-
```bash
35
-
dev up
36
-
dev check
37
-
```
38
-
39
-
Platform-scoped commands are available as `dev android <command>`, `dev swift <command>`, `dev protocol <command>`, and `dev react-native <command>` or `dev rn <command>`. For cross-platform changes, use `dev lint`, `dev test`, `dev check`, `dev format`, and `dev build`.
40
-
41
30
## Packages in this repo
42
31
43
32
Checkout Kit is a monorepo containing all the platforms Checkout Kit supports together.
0 commit comments