From b6f8158200dca702600ed5f586d695b7c38d317b Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Mon, 22 Aug 2022 09:42:26 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 656dcf6b..16b68833 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ If you want to host a local version of SVGEdit, please follow these instructions 1. Clone or copy the repository contents from github 1. run `npm i` to install dependencies +1. run `npm run build --workspace @svgedit/svgcanvas`to build the svgcanvas dependency locally 1. to test, you can run `npm run start` to start a local server 1. and access `http://localhost:8000/src/editor/index.html` with a supported browser 1. run `npm run build` to build a bundle that you can serve from your own web server.