jacob-8 / kitbook

Documentation, Prototyping, Inspection & Testing Workbench Tool for Svelte (SvelteKit Storybook alternative)

Home Page:https://kitbook.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation, Prototyping, Inspection & Testing Workbench Tool for SvelteKit apps built with SvelteKit.

version

View the Kitbook Docs (and demo)

Contributing

Would love to have you help! Read the [0-roadmap|Roadmap] for good places to start. We use Conventional Commits.

Open in Codeflow

Or work on Kitbook locally:

  • pnpm i
  • pnpm stub
  • pnpm dev

To update the Kitbook code while using it in your own app, you can change your devDependency to point to it instead of npm by using something like "kitbook": "link:../kitbook/packages/kitbook", then run pnpm package:watch in Kitbook to keep it updating on changes.

If you want to commit that changed package.json dependency reference without breaking CI builds, you can change your build script to pnpm install -F site kitbook && vite build.


If you're looking for Svelte Pieces, it has been moved to its own repository here.

About

Documentation, Prototyping, Inspection & Testing Workbench Tool for Svelte (SvelteKit Storybook alternative)

https://kitbook.vercel.app/

License:MIT License


Languages

Language:TypeScript 53.7%Language:Svelte 18.1%Language:HTML 12.2%Language:CSS 11.6%Language:JavaScript 4.4%