From c891f51111f91f6d5156885660decb6bf0614f52 Mon Sep 17 00:00:00 2001 From: David Lee Date: Thu, 9 Apr 2020 23:21:02 -0400 Subject: [PATCH] Fixed minor typo in directions corrected demo directory name. Added formatting. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2321d8c..2c2ef69 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ Official releases of this add-on are available at Vaadin Directory. For Maven in ## Building and running demo git clone https://github.com/mouellet/vaadin-stackpanel.git +``` mvn clean install -cd demo +cd stackpanel-demo mvn jetty:run - +``` To see the demo, navigate to http://localhost:8080/ ## Development with Eclipse IDE