https://github.com/getmeli/meli-sdk
https://github.com/getmeli/meli-sdk
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getmeli/meli-sdk
- Owner: getmeli
- Created: 2021-03-18T15:05:14.000Z (almost 5 years ago)
- Default Branch: next
- Last Pushed: 2021-03-19T13:56:18.000Z (almost 5 years ago)
- Last Synced: 2025-06-04T06:50:33.196Z (7 months ago)
- Language: TypeScript
- Size: 386 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
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`