File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11waveform-visualizer
22===================
33
4- Visualizes waveform data (peaks) that got generated using: https://github.com/chrisweb/waveform-data-generator
4+ Visualizes waveform data (peaks) that got generated using: https://github.com/chrisweb/waveform-data-generator
5+
6+ Getting started
7+ ---------------
8+
9+ * First, start by installing nodejs (http://nodejs.org/ ) (which includes npm) to run bower
10+ * You will also have to install git (http://git-scm.com/download ) which is a bower dependency
11+ * Do a local checkout of this project using git
12+ * Use your command line tool and go to the root of this project (type: cd /LOCAL_PROJECT_PATH)
13+ * Install bower (http://bower.io/ ) using npm, go the root of this project using your command line tool and then type: npm install -g bower
14+ * type: bower install, to install the required vendor packages (dependencies)
You can’t perform that action at this time.
0 commit comments