From 5908669cf1725099d2fc22de0f5f3e6e41e64f5c Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 28 Oct 2022 17:46:29 +0200 Subject: [PATCH] new readme pog!!! thanks to https://github.com/htmlpaws :3 --- README.md | 76 +++++++++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 18fa466..fcf80ad 100644 --- a/README.md +++ b/README.md @@ -1,62 +1,62 @@
- -
- +
+
-# PokeTube Source Repo +# -## Table of contents -- [About](#about) -- [Coding Standards](#coding-standards) -- [Usage](#usage) -- [Why Poketube](#why-poketube) -- [Legal Stuff](#legal-stuff) +## Table of Contents: +- [Welcome!](#Welcome!) +- [Hosting Poketube~](#hosting-poketube) +- [The Legal Stuff](#the-legal-stuff) -## About -- This is the source code of PokeTube! (whoa) the youtube front-end that doesnt tracks you - - For matomos source code,see [here](https://codeberg.org/ashley/poketube/src/branch/main/t) - - Distrotube review [here](https://poketube.fun/watch?v=dQw4w9WgXcQ) - - issues: https://codeberg.org/Ashley/poketube/issues +## Welcome! +This is the source code of PokeTube, the privacy-friendly youtube front-end built with the Litetube API that's packed with some pretty cool stuff including: +- ZERO ads +- Lyrics to songs +- A clean and modern UI +- A Javascript-free frontend +- No cookies or data collection +- And built-in dislike counts Thaks to the [Return YouTube Dislike Api](https://www.returnyoutubedislike.com/)! +# +## Hosting Poketube~ +- To self host your own Poketube instance, you'll need the following: -# Coding Standards -we use the GNU Coding Standard, see https://www.gnu.org/prep/standards + - [Node.js](https://nodejs.org/en/download/) + - [npm](http://npmjs.com) (Included with Node.js) -## 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 nyArch Linuwu [AUR package](https://aur.archlinux.org/packages/nodejs-git) -- First clone poketube + +Once you have everything, clone our repo: ``` git clone https://codeberg.org/ashley/poketube.git ``` -- Run the following command inside poketube/ +You can also clone using our Github mirror if you'd prefer: +``` +git clone https://github.com/ashley0143/poketube.git +``` + +Now, install the needed dependencies within the Poketube folder: ``` npm install ``` -- Now run +Once everythings installed, start your server with the following command: ``` 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 -- Javascript-free on frontend -- No ads & Tracking -- 100% free software -- See Dislike counts from [Return YouTube Dislike Api](https://www.returnyoutubedislike.com/)! -- Uses LightTube api -- Custom sdk! - -## Legal Stuff +Congrats, Poketube should now be running on `localhost:3000`! +# +## The Legal Stuff.. [Privacy Policy](https://poketube.fun/privacy)
-TL;DR:we dont collect or share your personal info lol +TL;DR: we dont collect or share your personal info, that's it lol + +We additionally use the GNU Coding Standard, see https://www.gnu.org/prep/standards +# +
+