Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 28, 2020
1 parent e40db3c commit 8bc0c24
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)


0 comments on commit 8bc0c24

Please sign in to comment.