Skip to content

getmeli/meli-sdk

Repository files navigation

Meli SDK

Forms

Documentation available here.

Development

  1. Run Meli locally
  2. Ship a site with a form
  3. Run npx http-server -p 3030 .
  4. In your site's index.html, use http://localhost:3030/build/browser.js for the SDK src
  5. Start the build npm i && npm start