ohmree / TwitchTOS

An extension that provides access to the MonkaTOS database and provides ratings on YouTube videos contributed by you! Contributions currently open to everyone, will close to affiliates only after a while.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitchTOS

Hacking:

First install the dependencies:

yarn

Building for the browser:

  • On *nix:
NODE_ENV=production yarn build
  • On Windows with CMD:
set NODE_ENV=production
yarn build
  • On Powershell:
$env:NODE_ENV = 'production'
yarn build

Then look inside the "build" folder.

Running the development server:

yarn watch

And then edit the files, they'll be rebuilt upon being changed.

About

An extension that provides access to the MonkaTOS database and provides ratings on YouTube videos contributed by you! Contributions currently open to everyone, will close to affiliates only after a while.

License:MIT License


Languages

Language:JavaScript 73.6%Language:HTML 20.6%Language:CSS 5.8%