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

https://github.com/httpanimation/fyc-rewrite-v2

FYC is a torrent hub for all things torrents without sailing the seas.
https://github.com/httpanimation/fyc-rewrite-v2

css html js nodejs

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.
```bash
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](https://www.npmjs.com/) is installed
```bash

```

### Electron app
The electron app is a cross-platform app that is made to be an app of FYC. Make sure that [NPM](https://www.npmjs.com/) is installed.
```bash
git clone -b Stable https://github.com/HttpAnimation/FYC-Rewrite-V2.git && mv FYC-Rewrite-V2 FYC
```

```bash
cd FYC
```

```bash
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.

```bash
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.
```bash

```

# :3