aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/modules/plyr/build-instructions.md
blob: 4323281d3b8e22fb5ce84a6f74d1c4b997848a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Build steps for Plyr (3.6.8)

Tested on Hyperbola GNU with Linux-libre.

First install npm (node package manager).

Clone the repo to a location of your choosing:
```
git clone https://git.sr.ht/~heckyel/plyr
cd plyr
```

Install Plyr's dependencies:
```
npm install
```

Build with npm:
```
npm run build
```

plyr.js and other files will be in the `dist` directory.