Please use their sites to get detailed installation instructions.
-You also need `UglifyJS` installed globally:
+### Install binb
+
+The first step is to install the dependencies:
```shell
-npm install uglify-js -g
+npm install
```
-### Install binb
+Then you need to minify the assets:
+
+```shell
+npm run minify
+```
-Once you have redis server up and running type:
+Now make sure that the Redis server is running and load some sample tracks:
```shell
-make install
+npm run import-data
```
-Then run `npm start` or `node app.js` to start the app.
+Finally run `npm start` or `node app.js` to start the app.
Point your browser to `http://127.0.0.1:8138` and have fun!
the following error:
```shell
-/usr/bin/env: node: No such file or directory
+sh: node: command not found
```
-To make it work you can create a symbolic link:
+To fix this issue, you can create a symbolic link:
```shell
sudo ln -s /usr/bin/nodejs /usr/bin/node
```
-and run `make install` again.
+and try again.
## Browser compatibiliy
Refer to this [table](http://caniuse.com/websockets) for details on
compatibility.
-## Shout-Outs
+## Shout out to
-- Thanks to [beatquest.fm](http://beatquest.fm) for inspiration.
+- [beatquest.fm](http://beatquest.fm) for inspiration.
## Bug tracker
## Copyright and license
-binb is released under the MIT license. See LICENSE for details.
+binb is released under the MIT license. See [LICENSE](LICENSE) for details.