-
Notifications
You must be signed in to change notification settings - Fork 4
how to contribute
Rick Koike edited this page Sep 13, 2015
·
1 revision
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