From 61022a65f0a059fae6a69e81524ca5df1fccb5a9 Mon Sep 17 00:00:00 2001 From: Olof Rappestad Date: Thu, 4 Oct 2018 21:00:04 +0200 Subject: [PATCH 1/2] add demo section to readme --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c85958fcb..e7ee200d9 100755 --- a/README.md +++ b/README.md @@ -133,6 +133,18 @@ graph.start() It includes several commands in the utils folder to generate doc, check errors and build minifyed version. +## Demo +----- +The demo includes three examples: Audio, Audio Delay and Audio Reverb. In order to try them on your local computer, you need `git`, `node` and `npm`. Given those dependencies are installed, run the following commands to try it out: +```sh +$ git clone git@github.com:jagenjo/litegraph.js.git +$ cd litegraph.js +$ npm install +$ node utils/server.js +Example app listening on port 80! +``` +Open your browser and point it to http://localhost. You can select demo from the dropdown at the top of the page. + ## Feedback -------- @@ -141,6 +153,3 @@ You can write any feedback to javi.agenjo@gmail.com ## Contributors - kriffe - - - From f7cf2159fa680eea01f86d859887b1c240bfa6de Mon Sep 17 00:00:00 2001 From: Olof Rappestad Date: Thu, 4 Oct 2018 21:01:08 +0200 Subject: [PATCH 2/2] revert accidental whitespace change --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e7ee200d9..d581de7fc 100755 --- a/README.md +++ b/README.md @@ -153,3 +153,6 @@ You can write any feedback to javi.agenjo@gmail.com ## Contributors - kriffe + + +