# joint-plus-tutorial-svelte **Repository Path**: mirrors_clientIO/joint-plus-tutorial-svelte ## Basic Information - **Project Name**: joint-plus-tutorial-svelte - **Description**: JointJS+ Svelte Tutorial - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-11 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jointjs-plus-tutorial-svelte This git repository is intended for instructional purposes. ### Prerequisites To run the following code, you will need a [JointJS+ license](https://www.jointjs.com/license) that comes with the JointJS+ installable package file `joint-plus.tgz`. ### Dependencies Make sure you have the following dependencies installed on your system: - [Node.js](https://nodejs.org/en/) - git #### Setup Clone this repository. ``` git clone git@github.com:clientIO/joint-plus-tutorial-svelte.git ``` Change into the `joint-plus-tutorial-svelte` directory. ``` cd joint-plus-tutorial-svelte ``` For this tutorial, you need to place your own `joint-plus.tgz` file in the root directory. When that is completed, you can install the dependencies. ``` npm install ``` Your demo is now ready to start. ``` npm run dev ``` You should be able to view the demo at `http://localhost:5173`.