how to contribute - ssig33/pig-media-server GitHub Wiki
pig-media-server is written with react.js and javascript eco-system.
So if you want to contribute to the project, you need setup javascript eco-system.
You need to install the following tools.
- Node.js(v4.0.0 is recommended)
- npm
I recommend nvm to install Node.js and npm. After installing these tools, you must perform the following.
$ npm install
If you change file under /javascripts directory, you need to compile javascripts. Command for compile javascripts is following.
$ ./node_modules/.bin/gulp build