> For the complete documentation index, see [llms.txt](https://docs.openflower.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openflower.org/publish-apps/embedd-an-app/native-embed-sdk/build-the-sdk-from-source.md).

# Build the SDK from Source

1. Clone the Repository <https://github.com/Flowerappeng-org/openflower>
2. Make sure the repo is synced with the latest updates of the actual OpenFlower repo. If not sync the repo and take the newest pull.
3. Move to “client/packages/lowcoder-sdk“ directory
4. run `yarn install` and `yarn build` command.
5. Increase the package version in “client/packages/lowcoder-sdk/package.json“
6. Publish the package with `npm publish`
