All Projects â†’ mpv-player â†’ mpv.io

mpv-player / mpv.io

Licence: other
🌎 website source code

Programming Languages

Haml
164 projects
CSS
56736 projects
Sass
350 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
HTML
75241 projects

mpv.io

Build Status

Overview

This repository is the source code to our website running at http://mpv.io. The website is hosted with GitHub Pages, and the compiled version is available on this repository.

The compiled version is automatically created and committed by TravisCI when changes are pushed to the master of this repository.

Contributing

To contribute you can just fork this website, make your changes and send pull requests. If you find errors but are unable to contribute open a issue.

Setup a local development environment

The website is created using a static website generator called Middleman. Here's what you need to do to get a copy of the website running on your local machine.

  • Optional: have rbenv or rvm installed. These tools will automatically select the correct version of ruby based on the .ruby-version file in our project root. Alternatively you can use any system Ruby that is > 1.9.
  • gem install bundler
  • bundle install
  • rbenv rehash only if using rbenv
  • [bundle exec] middleman server
  • See the website running at: http://localhost:4567/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].