Instructions
To run the site locally, install wintersmith globally using npm:sudo npm install -g wintersmith
Change to the repo's root directory and ask wintersmith to build the
site. This will generate the static site in videojs.com/build. Note: you may be prompted to install the wintersmith-less module before the build will succeed:cd videojs.com
wintersmith build
Finally, run the site:wintersmith preview
Withersmith will return a host and port to view the site, usually http://localhost:8080/from https://github.com/videojs/videojs.com