Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 999 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 999 Bytes

League of Memes

League of Memes goal is to, whenever an important event related to our character happens on League of Legends, we want to trigger a video clip, which the user can configure. This should allow for some cool moments as a player streams League of Legends with its community.

General Architecture

League of Memes is an Electron App, which exposes an express server at http://localhost:9990 to be used as a BrowserSource in OBS.

Requirements

Precompiled binaries are available for the following platforms:

  • Windows 7 or above (64-bit)
  • macOS sierra or above (64-bit)

Note: 32-bit is unsupported.

Building

Prerequisites

Install dependencies

yarn install

Start Development

yarn dev

Build

This will yield a packaging for your application depending on the OS you are running the command from.

yarn build