Skip to content

OpenWineProject/openwineproject.github.io

Repository files navigation

Open Wine Project Website

Visit the Open Wine Project website to learn more about the project.

To edit this documentation please clone this project and submit a pull-request.

Local Development

The project website is built on [Jekll] using the [Just the Docs] theme and is freely hosted with [GitHub Pages].

Assuming [Jekyll] and [Bundler] are installed on your computer:

  1. Change your working directory to the root directory of your site.

  2. Run bundle install.

  3. Run bundle exec jekyll serve to build your site and preview it at localhost:4000.

    The built site is stored in the directory _site.

Customization

Browse the documentation to learn more about how to work with the theme.