HttpAnimation / FYC-Rewrite-V2

FYC is a torrent hub for all things torrents without sailing the seas.

Home Page:https://httpanimation.github.io/FYC-Rewrite-V2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

FYC is soon going into a full restore which means a lot of files be replaced removed added and new skin will be made and a masker to fix some dumb HTML issues with displays FYC will switch to an app.

FYC-Rewrite-V2/Stable

This branch holds the main source code of FYC mainly HTML, CSS, and JS.

Installing

If you would like to install you can run one of the following commands.

Source code only

The source code comes with no extra apps or servers this is only for adding on to FYC and some stuff won't work trying to run this in the browser.

git clone -b stable https://github.com/HttpAnimation/FYC-Rewrite-V2.git

NodeJS server

The NodeJS server is made for a CLI server to just the app to other devices on your network. Make sure NPM is installed

Electron app

The electron app is a cross-platform app that is made to be an app of FYC. Make sure that NPM is installed.

git clone -b Stable https://github.com/HttpAnimation/FYC-Rewrite-V2.git && mv FYC-Rewrite-V2 FYC
cd FYC
curl -O https://raw.githubusercontent.com/HttpAnimation/FYC-Rewrite-V2/Electron/Electron.bash && chmod +x Electron.bash && ./Electron.bash

Running

To run enter the terminal and run the following command.

npm start

Electron app / Server

This is a version of the Electron app made to use with the server so it's a lot smaller you will need a server tho to use this.

:3

About

FYC is a torrent hub for all things torrents without sailing the seas.

https://httpanimation.github.io/FYC-Rewrite-V2/

License:GNU General Public License v3.0


Languages

Language:JavaScript 60.7%Language:HTML 23.0%Language:CSS 15.7%Language:Shell 0.6%