A pnpm monorepo containing JSON Forms implementation for Svelte 5 with Flowbite styling.
Use Node 22.x
- Install dependencies:
pnpm i --frozen-lockfile
- Build (all packages):
pnpm run build - Run example app:
pnpm run example:dev - Run example webcomponent:
pnpm run wc:dev