An open API service indexing awesome lists of open source software.

https://github.com/getmeli/meli-sdk


https://github.com/getmeli/meli-sdk

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Meli SDK

## Forms

Documentation available [here](https://docs.meli.sh/get-started/forms).

## Development

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