Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
machinekoder committed Oct 23, 2016
1 parent 8e23547 commit 80fc9c2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# qmlweb basic example
# WebVCP

A basic qmlweb application using *express*.
A Web-based Virtual Control Panel for Machinekit.

This project is based QmlWeb and Machinetalk.

## Getting started
Install dependencies with

``` bash
npm install
```
and run with

and run with

``` bash
node index.js
```

## extending

or pass the argument `-a` to serve a specific applcation

``` bash
node index.js -a ./qml/app3
```

0 comments on commit 80fc9c2

Please sign in to comment.