yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
488 stars 160 forks source link

Contribution guide seems out of date #25

Open FreakTheMighty opened 7 years ago

FreakTheMighty commented 7 years ago

When I follow the CONTRIBUTION guide I get this error

$ npm start
npm ERR! Darwin 15.6.0
npm ERR! argv "node" "/usr/local/bin/npm" "start"
npm ERR! node v0.12.0
npm ERR! npm  v3.5.3

npm ERR! missing script: start
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

How do you run the code during development?

yanwsh commented 7 years ago

sorry, yes, it's out of date. You can start running program with "gulp" or "gulp watch".

yanwsh commented 7 years ago

Please do "npm install" first.