From 4bd517e7d72ea1f3d645e0b952e608b694b28df7 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:25:28 +0200 Subject: [PATCH] improve README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2cd110f..ea4d30f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Demonstrate how to integrate [maxGraph](https://github.com/maxGraph/maxGraph/) in projects. +⏩ Find the live demo at https://maxgraph.github.io/maxgraph-integration-examples/ + ## Getting started ### Setup @@ -26,6 +28,8 @@ If the Node version is not installed, `nvm` will state how to install the requir ### Use the maxGraph development version +**Note**: the `maxGraph` development version is tested in a GitHub Workflow that uses the procedure explained below. + Build [maxGraph](https://github.com/maxGraph/maxGraph/) locally: - from the `maxGraph` project root, run: `npm install` - then, from the `packages/core` folder, run: `npm pack`