aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Plsek <[email protected]>2019-12-29 19:24:05 -0500
committerJeremy Plsek <[email protected]>2019-12-29 19:35:02 -0500
commit8d0b032eb61d44c63b1a60b967399340bb915023 (patch)
tree9c13bcef4168707a37d8fad7a3bef8fb080a86c5 /README.md
parent9cb4fd6f79fe8fa6cbecd2c985c8e0906e001b55 (diff)
downloadSponsorBlock-8d0b032eb61d44c63b1a60b967399340bb915023.tar.gz
SponsorBlock-8d0b032eb61d44c63b1a60b967399340bb915023.zip
Add web-ext and ci artifact generation
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc8a16f7..7a926614 100644
--- a/README.md
+++ b/README.md
@@ -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.