Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.45 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.45 KB

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 install
  • 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.