mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #89 from Tyriar/readme_demo
Add demo section to README
This commit is contained in:
@@ -8,7 +8,18 @@ Xterm.js supplies a modular, event-based interface that lets developers build ad
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user