diff options
author | Jeremy Plsek <[email protected]> | 2019-12-29 19:24:05 -0500 |
---|---|---|
committer | Jeremy Plsek <[email protected]> | 2019-12-29 19:35:02 -0500 |
commit | 8d0b032eb61d44c63b1a60b967399340bb915023 (patch) | |
tree | 9c13bcef4168707a37d8fad7a3bef8fb080a86c5 /README.md | |
parent | 9cb4fd6f79fe8fa6cbecd2c985c8e0906e001b55 (diff) | |
download | SponsorBlock-8d0b032eb61d44c63b1a60b967399340bb915023.tar.gz SponsorBlock-8d0b032eb61d44c63b1a60b967399340bb915023.zip |
Add web-ext and ci artifact generation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -50,6 +50,16 @@ You can read the API docs [here](https://github.com/ajayyy/SponsorBlockServer#ap You can load this project as an unpacked extension. Make sure to rename the `config.js.example` file to `config.js` before installing. +There are also other build scripts available. Install `npm`, then run `npm install` in the repository. + +## Developing with a clean profile + +Run `npm run dev` to run the extension using a clean Firefox profile with hot reloading. + +## Packing + +Run `npm run build` to generate a packed extension. + # Credit The awesome [Invidious API](https://github.com/omarroth/invidious/wiki/API) is used to grab the time the video was published. |