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 d2f08cd commit 59c9709Copy full SHA for 59c9709
example/README.md
@@ -10,9 +10,9 @@ Demonstrates how to use the stripe plugin.
10
- [Get your test Stripe API keys](https://stripe.com/docs/keys)
11
- `cp lib/.env.example.dart lib/.env.dart` and set your Stripe publishable key.
12
- `cp server/.env.example server/.env` and set the variable values in your newly created `.env` file.
13
-- Install the server dependencies: `yarn --cwd "server"`
+- Install the server dependencies: `npm install` or `yarn --cwd "server"`
14
- Start the example
15
- - Terminal 1: `yarn --cwd "server" start`
+ - Terminal 1: `npm start` or `yarn --cwd "server" start`
16
- Terminal 2: `flutter run`
17
18
##### Additional steps when using a real device
0 commit comments