- [email protected]
- yarn@^1.22.10
git clone [email protected]:kontext-app/social-bookmarking-extension.git
cd social-bookmarking-extension
yarn
Copy the distributed .env
into a local env file with the name .env.local
and set the variables accordingly.
yarn watch
yarn build
Currently only Firefox and Chrome are supported.
- Open the
about:debugging
page. - Click "This Firefox" (in newer versions of Firefox).
- Click "Load Temporary Add-on", then select any file in your extension's directory, i.e.
<PROJECT_ROOT>/build
.
- Open
chrome://extensions
page. - Enable Developer Mode by clicking the toggle switch next to "Developer mode".
- Click the "Load unpacked" button and select the extension directory, i.e.
<PROJECT_ROOT>/build