From 8bc0c24e777dc94e8bba44c3057e30f9da1f86f8 Mon Sep 17 00:00:00 2001 From: Henner Kollmann Date: Tue, 28 Apr 2020 21:34:56 +0200 Subject: [PATCH] add README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 715bf427..403b57d6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# qxl.tutorial +# Qooxdoo Tutorial App + The tutorial moved to a seperate project + +## Online version + +http://www.qooxdoo.org/qxl.tutorial/ + +## Developing DemoBrowser +Clone this repo and compile it: + +```bash + git clone https://github.com/qooxdoo/qxl.tutorial + cd qxl.tuturial + npm install @qooxdoo/compiler + npx qx serve +``` +Then open [http://localhost:8080](http://localhost:8080) + +