An open API service indexing awesome lists of open source software.

https://github.com/freetubeapp/freetube-docs

Documentation Site for FreeTube
https://github.com/freetubeapp/freetube-docs

Last synced: 8 months ago
JSON representation

Documentation Site for FreeTube

Awesome Lists containing this project

README

          

# FreeTube Docs

This is the Official Documentation website for [FreeTube](https://freetubeapp.io/), the Open Source YouTube client
for Windows (10 and later), Mac (macOS 11 and later), and Linux built around privacy. It is built using Jekyll and deployed using GitHub Pages.

## Setup

**NOTE:** Setting up a local instance of the site is not required to make contributions. Simply making changes to the Markdown files is enough. Setting up a local instance is however helpful if you plan on adding new pages or settings.

To setup the site yourself, you will need to have Ruby installed on your machine. Once installed, clone down the repository and run the following commands.

```
bundle install // Installs Dependencies
bundle exec jekyll serve --livereload // Creates local instance
```

You will now have a local version of the documentation site running on `http://localhost:4000`. Live reload is also enabled to automatically update the instance when changes are made.

## Contributing

We accept pull requests. If you'd like to contribute towards documentation then feel free to submit your changes and we will discuss / review them.

Looking through the [Just The Docs Documentation](https://just-the-docs.github.io/just-the-docs/) (The theme that we use) will also be helpful depending on what changes you'd like to make.