Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme.md « combined « Extensions - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0818eb31c2952a59f3962431687a515384115371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Extension Source

## Guide to Compiling

## Compiling to Development (Testing)

<ol>
    <li>Go to the root directory of the project</li>
    <li>Run <code>npm i</code> to install all project dependancies (if not done so already)</li>
    <li>run <code>npm run dev</code> to compile the extension to the <code>~/Extensions/combined/dist/</code> folder.</li>
</ol>

## Compiling to Production (Final Release)

<ol>
    <li>Go to the root directory of the project</li>
    <li>Run <code>npm i</code> to install all project dependancies (if not done so already)</li>
    <li>run <code>npm run build</code> to compile the extension to the <code>~/Extensions/combined/dist/</code> folder.</li>
</ol>