This is the official bare-bones "Getting started" example for Svedit.
Clone the repository:
git clone https://github.com/michael/hello-svedit.git
cd hello-sveditInstall the dependencies with npm install and start the development server:
npm run devNow make it your own. The next thing you probably want to do is define your own node types, add a Toolbar, and render custom Overlays. For that just get inspired by the Svedit demo code.
To create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.