Add demo section to README

Fixes #87
This commit is contained in:
Daniel Imms
2016-06-07 17:08:37 -07:00
parent 637c2eae43
commit 289ff8092d
+12 -1
View File
@@ -8,7 +8,18 @@ Xterm.js supplies a modular, event-based interface that lets developers build ad
![xterm.js screenshot](xtermjs.png)
### Contribution and License Agreement
## Demo
To launch the demo simply run:
```
npm install
npm start
```
Then open http://0.0.0.0:3000 in a web browser.
## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.