From e6eb4da3ebfbb17931f1695468a73e44050f895c Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 6 Aug 2022 14:54:04 +0300 Subject: [PATCH 1/3] Update README, add usage,ToC and fix hyperlinks --- README.md | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1855c153..9a6e1bef 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,39 @@ -

PokeTube Source Repo - GitHub

+ +# PokeTube Source Repo - GitHub - this is the source code of PokeTube! (whoa) the youtube front-end that doesnt tracks you ^^ - - for matomos source code,see here. - - to self host you'll need [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. when you do,simpliy download the repo and run "node server.js" or npm start in the terminal. btw you probably need alot of ram to host this :P ( i recommend like 8 gigs free ) - +## Table of contents +[About](#about) +[Usage](#usage) +[Why Poketube](#why-poketube) +[Legal](#legal) + + +## About +- This is the source code of PokeTube! (whoa) the youtube front-end that doesnt tracks you + - For matomos source code,see [here](https://github.com/poketube-org/poketube/tree/main/t) -## Why PokeTube? +## Usage +- To self host you'll need [Node.js](https://nodejs.org/en/download/) + - which comes with [npm](http://npmjs.com) installed on your computer + - for Arch Linux [AUR package](https://aur.archlinux.org/packages/nodejs-git) +- First clone poketube +``` +git clone https://github.com/poketube-org/poketube +``` +- Run the following command inside poketube/ +``` +npm install server +``` +- Now run +``` +node server.js +``` +- Poketube is running on `localhost:3000` +## Why PokeTube - Lyrics for songs! - Beautiful UI (Dont expect much tho lol) - No cookies,no data collection @@ -24,6 +46,7 @@ - Uses LightTube api - Custom sdk! -## Legal Stuff +## Legal -Privacy Policy: https://poketube.fun/privacy (TL;DR:we dont collect or share your personal info lol) +[Privacy Policy](https://poketube.fun/privacy) + - TL;DR:we dont collect or share your personal info lol From 3111d98f047893594a8b56c39ad82cad28b3444e Mon Sep 17 00:00:00 2001 From: Thanos Apollo <93195432+ThanosApollo@users.noreply.github.com> Date: Sat, 6 Aug 2022 14:58:28 +0300 Subject: [PATCH 2/3] fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a6e1bef..119d0ca2 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ # PokeTube Source Repo - GitHub ## Table of contents -[About](#about) -[Usage](#usage) -[Why Poketube](#why-poketube) -[Legal](#legal) +- [About](#about) +- [Usage](#usage) +- [Why Poketube](#why-poketube) +- [Legal](#legal) ## About From 44e71a3d70d1d22b2ef939d18a27e2742de81d0b Mon Sep 17 00:00:00 2001 From: Thanos Apollo <93195432+ThanosApollo@users.noreply.github.com> Date: Sat, 6 Aug 2022 15:12:41 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 119d0ca2..35b23844 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ ## About - This is the source code of PokeTube! (whoa) the youtube front-end that doesnt tracks you - For matomos source code,see [here](https://github.com/poketube-org/poketube/tree/main/t) + - Distrotube review [here](https://poketube.fun/watch?v=dQw4w9WgXcQ) :) ## Usage - To self host you'll need [Node.js](https://nodejs.org/en/download/) - which comes with [npm](http://npmjs.com) installed on your computer - - for Arch Linux [AUR package](https://aur.archlinux.org/packages/nodejs-git) + - for Arch nyArch Linuwu [AUR package](https://aur.archlinux.org/packages/nodejs-git) - First clone poketube ``` git clone https://github.com/poketube-org/poketube