Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 388 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 388 Bytes

Anime Skip Player

Monorepo for the Anime Skip Player, includes the player UI, web extension, and (maybe in the future) an embedded player other websites can use.

Setup

  1. Install NodeJS LTS
  2. Install PNPM: corepack enable
pnpm i

To develop the player's UI:

cd packages/player
pnpm dev

To develop the web extension:

cd apps/extension
pnpm dev