We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a443b commit 555d96aCopy full SHA for 555d96a
README.md
@@ -165,9 +165,9 @@ Future<void> onGooglePayResult(paymentResult) async {
165
- [Get your test Stripe API keys](https://stripe.com/docs/keys)
166
- `cp lib/.env.example.dart lib/.env.dart` and set your Stripe publishable key.
167
- `cp server/.env.example server/.env` and set the variable values in your newly created `.env` file.
168
-- Install the server dependencies: `yarn --cwd "server"`
+- Install the server dependencies: `npm install` or `yarn --cwd "server"`
169
- Start the example
170
- - Terminal 1: `yarn --cwd "server" start`
+ - Terminal 1: `npm start` or `yarn --cwd "server" start`
171
- Terminal 2: `flutter run`
172
173
##### Additional steps for webhook forwarding
0 commit comments