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 96e7e93 commit caee446Copy full SHA for caee446
README.md
@@ -329,21 +329,27 @@ const cardToken = await createCardToken({
329
330
## Run SDK project
331
332
-To use Mercado Pago React SDK, follow the steps:
+> Replace the `<YOUR_PUBLIC_KEY>` on `examples/contants` with your public key.
333
334
-Install project:
+To run Mercado Pago React SDK, follow the steps:
335
+
336
+Install project dependencies:
337
338
```
-npm i
339
+npm install
340
341
-Execute project build:
342
+Execute project build (_optional_):
343
344
-npm build
345
+npm run build
346
347
-Execute `npm run start` to initialize storybook.
348
+Execute storybook:
349
350
+```
351
+npm run start
352
353
354
<br/>
355
0 commit comments