mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 12:37:16 +02:00
* ci: fix desktop pr preview workflow Removed dependency on build-linux-arm64 for posting PR comments. Signed-off-by: Abdullah Atta <abdullahatta@streetwriters.co> * ci: do not sign windows staging build * clipper(web): regen package-lock.json * ci: fix `Unknown target: x64` --------- Signed-off-by: Abdullah Atta <abdullahatta@streetwriters.co>
Contributing guidelines
Please read the contributing guidelines beforehand.
Setting web clipper locally
Running the web clipper
- Install packages and setup the repo. Run this command in the repository root:
npm install - Run the Notesnook webapp:
npm run start:web - Navigate to the web clipper folder:
cd extensions/web-clipper - Run the web clipper:
npm run dev:chrome
Viewing the web clipper
- Open chrome and go to
chrome://extensions. - Turn on "Developer Mode".
- Click on "Load unpacked" and select the
extensions/web-clipper/buildfolder.