A pnpm monorepo containing JSON Forms implementation for Svelte 5 with Flowbite styling.
Use Node 22.x
pnpm i --frozen-lockfilepnpm run buildpnpm run example:devpnpm run wc:devThis repo uses Changesets + GitHub Actions for automated releases.
pnpm run changeset and select the packages + bump type..changeset/.master.Release Packages workflow opens/updates a chore: release packages PR.@chobantonov on npmjs (user or org scope ownership).NPM_TOKEN in Settings > Secrets and variables > Actions.Settings > Actions > General, allow workflows to create and approve pull requests.GITHUB_TOKEN with read/write permissions (needed for the release PR).master, allow the release workflow/PR to merge through your normal checks.