If you can reproduce a bug or wish to contribute to the codebase, please open an issue or PR.
- Clone this repository.
npm install
oryarn install
.npm run start
to start the build process and server.- Navigate to
chrome://extensions
>Load unpacked
> select./build
.
The extension popup (./src/pages/Popup
) will hot-reload, but changes to the background server (./src/pages/Background
) will require refreshing the extension on chrome://extensions
.
- Edit
./release/RELEASE_NOTES.md
, replacing the checksum and full changelog URL with%%VERSION%%
and%%CHANGELOG%%
. These will be substituted in by the build script. cd
to the root of this Git repository.npm run release
.- Run the
git tag
command output by the previous script and push changes. - There is a
Create Cobweb Release
GitHub action to automate the rest of the release creation process - this can only be triggered by myself (Kewbish) at this time.