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) + +