### Install and Run React Heading Example Source: https://github.com/prosekit/examples/blob/master/react-heading/README.md Commands to clone the example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/react-heading react-heading cd react-heading npm install npm run dev ``` -------------------------------- ### Install and Run Example Source: https://github.com/prosekit/examples/blob/master/react-code-block-themes/README.md Commands to download the example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/react-code-block-themes react-code-block-themes cd react-code-block-themes npm install npm run dev ``` -------------------------------- ### Run preact-minimal Example Locally Source: https://github.com/prosekit/examples/blob/master/preact-minimal/README.md Instructions to clone the repository, install dependencies, and start the development server for the preact-minimal example. ```bash npx degit prosekit/examples/preact-minimal preact-minimal cd preact-minimal npm install npm run dev ``` -------------------------------- ### Install and Run Vue Minimal Example Source: https://github.com/prosekit/examples/blob/master/vue-minimal/README.md Commands to clone the repository, install dependencies, and start the development server for the ProseKit Vue minimal example. ```bash npx degit prosekit/examples/vue-minimal vue-minimal cd vue-minimal npm install npm run dev ``` -------------------------------- ### Install and Run Svelte Keymap Example Source: https://github.com/prosekit/examples/blob/master/svelte-keymap/README.md Instructions to set up and run the ProseKit Svelte keymap example locally. This involves cloning the repository, installing dependencies, and starting the development server. ```bash npx degit prosekit/examples/svelte-keymap svelte-keymap cd svelte-keymap npm install npm run dev ``` -------------------------------- ### Install and Run Svelte Link Mark View Example Source: https://github.com/prosekit/examples/blob/master/svelte-link-mark-view/README.md Commands to clone the example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/svelte-link-mark-view svelte-link-mark-view cd svelte-link-mark-view npm install npm run dev ``` -------------------------------- ### Run preact-typography Example Locally Source: https://github.com/prosekit/examples/blob/master/preact-typography/README.md Instructions to clone the example, install dependencies, and start the development server using npm. ```bash npx degit prosekit/examples/preact-typography preact-typography cd preact-typography npm install npm run dev ``` -------------------------------- ### Run Example Locally Source: https://github.com/prosekit/examples/blob/master/solid-link-mark-view/README.md Instructions to clone the example repository, navigate into the directory, install dependencies, and start the development server. ```bash npx degit prosekit/examples/solid-link-mark-view solid-link-mark-view cd solid-link-mark-view npm install npm run dev ``` -------------------------------- ### Run Solid Typography Example Locally Source: https://github.com/prosekit/examples/blob/master/solid-typography/README.md Instructions to clone the ProseKit solid-typography example, install its dependencies, and start the development server. ```bash npx degit prosekit/examples/solid-typography solid-typography cd solid-typography npm install npm run dev ``` -------------------------------- ### Install and Run React Blockquote Example Source: https://github.com/prosekit/examples/blob/master/react-blockquote/README.md Instructions to set up and run the react-blockquote example locally. This involves cloning the repository, installing dependencies, and starting the development server. ```bash npx degit prosekit/examples/react-blockquote react-blockquote cd react-blockquote npm install npm run dev ``` -------------------------------- ### Install and Run Solid Minimal Example Source: https://github.com/prosekit/examples/blob/master/solid-minimal/README.md Instructions to clone the repository, install dependencies, and run the Solid minimal ProseKit example locally. ```bash npx degit prosekit/examples/solid-minimal solid-minimal cd solid-minimal npm install npm run dev ``` -------------------------------- ### Local Setup and Run Source: https://github.com/prosekit/examples/blob/master/react-placeholder/README.md Instructions to clone the example, install dependencies, and run the development server locally. ```bash npx degit prosekit/examples/react-placeholder react-placeholder cd react-placeholder npm install npm run dev ``` -------------------------------- ### Install and Run Example Source: https://github.com/prosekit/examples/blob/master/solid-keymap/README.md Instructions to clone the repository, install dependencies, and run the ProseKit Solid Keymap example locally. ```bash npx degit prosekit/examples/solid-keymap solid-keymap cd solid-keymap npm install npm run dev ``` -------------------------------- ### Run Svelte Minimal Example Source: https://github.com/prosekit/examples/blob/master/svelte-minimal/README.md Instructions to clone the ProseKit Svelte minimal example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/svelte-minimal svelte-minimal cd svelte-minimal npm install npm run dev ``` -------------------------------- ### Install and Run Example Source: https://github.com/prosekit/examples/blob/master/solid-code-block/README.md Instructions to clone the example, install dependencies, and run the development server. ```bash npx degit prosekit/examples/solid-code-block solid-code-block cd solid-code-block npm install npm run dev ``` -------------------------------- ### Install and Run React Yjs Example Source: https://github.com/prosekit/examples/blob/master/react-yjs/README.md Instructions to set up and run the React Yjs example locally. This involves cloning the repository, installing dependencies, and starting the development server. ```bash npx degit prosekit/examples/react-yjs react-yjs cd react-yjs npm install npm run dev ``` -------------------------------- ### Install and Run Vue Typography Example Source: https://github.com/prosekit/examples/blob/master/vue-typography/README.md Commands to clone the ProseKit Vue typography example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/vue-typography vue-typography cd vue-typography npm install npm run dev ``` -------------------------------- ### Install and Run Example Source: https://github.com/prosekit/examples/blob/master/react-readonly/README.md Instructions to clone the example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/react-readonly react-readonly cd react-readonly npm install npm run dev ``` -------------------------------- ### Local Setup Instructions Source: https://github.com/prosekit/examples/blob/master/vue-full/README.md Commands to clone the repository, install dependencies, and run the Vue.js development server. ```bash npx degit prosekit/examples/vue-full vue-full cd vue-full npm install npm run dev ``` -------------------------------- ### Install and Run Svelte Block Handle Example Source: https://github.com/prosekit/examples/blob/master/svelte-block-handle/README.md Instructions to set up and run the ProseKit Svelte block handle example locally. This involves cloning the repository, installing dependencies, and starting the development server. ```bash npx degit prosekit/examples/svelte-block-handle svelte-block-handle cd svelte-block-handle npm install npm run dev ``` -------------------------------- ### Install and Run Vue Slash Menu Example Source: https://github.com/prosekit/examples/blob/master/vue-slash-menu/README.md Instructions to set up and run the Vue slash menu example locally. This involves degitting the example, installing dependencies, and starting the development server. ```bash npx degit prosekit/examples/vue-slash-menu vue-slash-menu cd vue-slash-menu npm install npm run dev ``` -------------------------------- ### Install and Run Nuxt ProseKit Example Source: https://github.com/prosekit/examples/blob/master/nuxt-full/README.md Instructions to clone the example, install dependencies, and run the Nuxt development server. ```bash npx degit prosekit/examples/nuxt-full nuxt-full cd nuxt-full npm install npm run dev ``` -------------------------------- ### Run react-keymap Example Locally Source: https://github.com/prosekit/examples/blob/master/react-keymap/README.md Instructions to clone the ProseKit react-keymap example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/react-keymap react-keymap cd react-keymap npm install npm run dev ``` -------------------------------- ### Running the react-table Example Source: https://github.com/prosekit/examples/blob/master/react-table/README.md Instructions to clone, install dependencies, and run the react-table example locally. This involves using degit to download the example, navigating into the project directory, installing npm packages, and starting the development server. ```bash npx degit prosekit/examples/react-table react-table cd react-table npm install npm run dev ``` -------------------------------- ### Install and Run Example Source: https://github.com/prosekit/examples/blob/master/solid-hard-break/README.md Instructions to clone the repository, install dependencies, and run the ProseKit Solid Hard Break example locally. ```bash npx degit prosekit/examples/solid-hard-break solid-hard-break cd solid-hard-break npm install npm run dev ``` -------------------------------- ### Install and Run React User Menu Example Source: https://github.com/prosekit/examples/blob/master/react-user-menu/README.md Instructions to clone the example, install dependencies, and run the development server. ```bash npx degit prosekit/examples/react-user-menu react-user-menu cd react-user-menu npm install npm run dev ``` -------------------------------- ### Run preact-table Example Locally Source: https://github.com/prosekit/examples/blob/master/preact-table/README.md Instructions to clone the example, install dependencies, and run the development server. ```bash npx degit prosekit/examples/preact-table preact-table cd preact-table npm install npm run dev ``` -------------------------------- ### Install and Run Example Locally Source: https://github.com/prosekit/examples/blob/master/react-image-view/README.md Instructions to clone the repository, install dependencies, and run the react-image-view example locally using npm. ```bash npx degit prosekit/examples/react-image-view react-image-view cd react-image-view npm install npm run dev ``` -------------------------------- ### Install and Run react-save-json Example Source: https://github.com/prosekit/examples/blob/master/react-save-json/README.md Instructions to clone the repository, install dependencies, and run the ProseKit react-save-json example locally. ```bash npx degit prosekit/examples/react-save-json react-save-json cd react-save-json npm install npm run dev ``` -------------------------------- ### Run Example Locally Source: https://github.com/prosekit/examples/blob/master/preact-block-handle/README.md Instructions to clone the repository, install dependencies, and run the development server for the preact-block-handle example. ```bash npx degit prosekit/examples/preact-block-handle preact-block-handle cd preact-block-handle npm install npm run dev ``` -------------------------------- ### Running the React Mark Rule Example Locally Source: https://github.com/prosekit/examples/blob/master/react-mark-rule/README.md Instructions to clone the repository, install dependencies, and start the development server for the ProseKit React Mark Rule example. ```bash npx degit prosekit/examples/react-mark-rule react-mark-rule cd react-mark-rule npm install npm run dev ``` -------------------------------- ### Run Example Locally Source: https://github.com/prosekit/examples/blob/master/react-typography/README.md Instructions to clone the repository, install dependencies, and run the development server for the react-typography example. ```bash npx degit prosekit/examples/react-typography react-typography cd react-typography npm install npm run dev ``` -------------------------------- ### Install and Run Vue Mark Rule Example Source: https://github.com/prosekit/examples/blob/master/vue-mark-rule/README.md Instructions to clone the example, install dependencies, and run the development server. ```bash npx degit prosekit/examples/vue-mark-rule vue-mark-rule cd vue-mark-rule npm install npm run dev ``` -------------------------------- ### Run Svelte ProseKit Example Locally Source: https://github.com/prosekit/examples/blob/master/svelte-full/README.md Instructions to clone the example, install dependencies, and run the development server. ```bash npx degit prosekit/examples/svelte-full svelte-full cd svelte-full npm install npm run dev ``` -------------------------------- ### Run Example Locally Source: https://github.com/prosekit/examples/blob/master/react-link-mark-view/README.md Instructions to clone the repository, install dependencies, and run the development server for the react-link-mark-view example. ```bash npx degit prosekit/examples/react-link-mark-view react-link-mark-view cd react-link-mark-view npm install npm run dev ``` -------------------------------- ### Run react-slash-menu Example Locally Source: https://github.com/prosekit/examples/blob/master/react-slash-menu/README.md Instructions to clone the repository, install dependencies, and run the example locally using npm. ```bash npx degit prosekit/examples/react-slash-menu react-slash-menu cd react-slash-menu npm install npm run dev ``` -------------------------------- ### Run ProseKit next-full Example Locally Source: https://github.com/prosekit/examples/blob/master/next-full/README.md Instructions to clone the repository, install dependencies, and run the ProseKit next-full example locally. ```bash npx degit prosekit/examples/next-full next-full cd next-full npm install npm run dev ``` -------------------------------- ### Run vue-blockquote Example Locally Source: https://github.com/prosekit/examples/blob/master/vue-blockquote/README.md Instructions to clone the vue-blockquote example from ProseKit, install its dependencies, and start the development server. ```bash npx degit prosekit/examples/vue-blockquote vue-blockquote cd vue-blockquote npm install npm run dev ``` -------------------------------- ### Run preact-keymap Example Locally Source: https://github.com/prosekit/examples/blob/master/preact-keymap/README.md Instructions to clone the repository, install dependencies, and run the development server for the preact-keymap example. ```bash npx degit prosekit/examples/preact-keymap preact-keymap cd preact-keymap npm install npm run dev ``` -------------------------------- ### Install and Run Vue Code Block Example Source: https://github.com/prosekit/examples/blob/master/vue-code-block/README.md Instructions to set up and run the ProseKit Vue code block example locally. This involves cloning the repository, installing dependencies, and starting the development server. ```bash npx degit prosekit/examples/vue-code-block vue-code-block cd vue-code-block npm install npm run dev ``` -------------------------------- ### Run Vanilla DOM Example Locally Source: https://github.com/prosekit/examples/blob/master/vanilla-dom/README.md Instructions to clone the repository, install dependencies, and run the ProseKit vanilla DOM example locally. ```bash npx degit prosekit/examples/vanilla-dom vanilla-dom cd vanilla-dom npm install npm run dev ``` -------------------------------- ### Running the Vue Strike Example Source: https://github.com/prosekit/examples/blob/master/vue-strike/README.md Instructions to clone, install dependencies, and run the Vue Strike example locally. This involves using degit to download the project, navigating into the directory, installing npm packages, and starting the development server. ```bash npx degit prosekit/examples/vue-strike vue-strike cd vue-strike npm install npm run dev ``` -------------------------------- ### Run React Full Example Locally Source: https://github.com/prosekit/examples/blob/master/react-full/README.md Instructions to clone the repository, install dependencies, and run the React Full ProseKit example locally. ```bash npx degit prosekit/examples/react-full react-full cd react-full npm install npm run dev ``` -------------------------------- ### Running the Example Locally Source: https://github.com/prosekit/examples/blob/master/vue-block-handle/README.md Instructions to clone the repository, install dependencies, and start the development server for the Vue block handle example. ```bash npx degit prosekit/examples/vue-block-handle vue-block-handle cd vue-block-handle npm install npm run dev ``` -------------------------------- ### Run Example Locally Source: https://github.com/prosekit/examples/blob/master/solid-heading/README.md Instructions to clone the repository, install dependencies, and run the ProseKit solid heading example locally. ```bash npx degit prosekit/examples/solid-heading solid-heading cd solid-heading npm install npm run dev ``` -------------------------------- ### Run Svelte Word Counter Locally Source: https://github.com/prosekit/examples/blob/master/svelte-word-counter/README.md Commands to clone the example, install dependencies, and start the development server. ```bash npx degit prosekit/examples/svelte-word-counter svelte-word-counter cd svelte-word-counter npm install npm run dev ``` -------------------------------- ### Run Vue Link Example Locally Source: https://github.com/prosekit/examples/blob/master/vue-link/README.md Instructions to clone the ProseKit Vue Link example, install dependencies, and start the development server using npm. ```bash npx degit prosekit/examples/vue-link vue-link cd vue-link npm install npm run dev ``` -------------------------------- ### Run React Minimal Example Locally Source: https://github.com/prosekit/examples/blob/master/react-minimal/README.md Instructions to clone the repository, install dependencies, and run the development server for the React minimal ProseKit example. ```bash npx degit prosekit/examples/react-minimal react-minimal cd react-minimal npm install npm run dev ``` -------------------------------- ### Run Example Locally Source: https://github.com/prosekit/examples/blob/master/react-link/README.md Instructions to clone the repository, install dependencies, and run the ProseKit React Link example locally. ```bash npx degit prosekit/examples/react-link react-link cd react-link npm install npm run dev ``` -------------------------------- ### Running the Svelte Toolbar Example Source: https://github.com/prosekit/examples/blob/master/svelte-toolbar/README.md Instructions to clone the repository, install dependencies, and run the Svelte toolbar example locally. ```bash npx degit prosekit/examples/svelte-toolbar svelte-toolbar cd svelte-toolbar npm install npm run dev ``` -------------------------------- ### Run react-list Example Locally Source: https://github.com/prosekit/examples/blob/master/react-list/README.md Instructions to clone the repository, install dependencies, and run the ProseKit react-list example locally using npm. ```bash npx degit prosekit/examples/react-list react-list cd react-list npm install npm run dev ``` -------------------------------- ### Run Example Locally Source: https://github.com/prosekit/examples/blob/master/solid-block-handle/README.md Instructions to clone the repository, install dependencies, and run the ProseKit solid-block-handle example locally. ```bash npx degit prosekit/examples/solid-block-handle solid-block-handle cd solid-block-handle npm install npm run dev ``` -------------------------------- ### Install and Run Example Source: https://github.com/prosekit/examples/blob/master/solid-readonly/README.md Instructions to clone the repository, install dependencies, and run the development server for the SolidJS readonly ProseKit example. ```bash npx degit prosekit/examples/solid-readonly solid-readonly cd solid-readonly npm install npm run dev ``` -------------------------------- ### Running the Solid Table Example Locally Source: https://github.com/prosekit/examples/blob/master/solid-table/README.md Instructions to clone the repository, install dependencies, and run the ProseKit Solid Table example locally using npm. ```bash npx degit prosekit/examples/solid-table solid-table cd solid-table npm install npm run dev ``` -------------------------------- ### Install and Run React Code Block Example Source: https://github.com/prosekit/examples/blob/master/react-code-block/README.md Instructions to clone the example, install dependencies, and run the development server using npm. ```bash npx degit prosekit/examples/react-code-block react-code-block cd react-code-block npm install npm run dev ``` -------------------------------- ### Install and Run Vue Link Mark View Example Source: https://github.com/prosekit/examples/blob/master/vue-link-mark-view/README.md Instructions to clone the example project, install dependencies, and run the development server. ```bash npx degit prosekit/examples/vue-link-mark-view vue-link-mark-view cd vue-link-mark-view npm install npm run dev ``` -------------------------------- ### Running the React Search Example Source: https://github.com/prosekit/examples/blob/master/react-search/README.md Instructions to clone the repository, install dependencies, and run the development server for the ProseKit React Search example. ```bash npx degit prosekit/examples/react-search react-search cd react-search npm install npm run dev ```