mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-14 18:57:50 +01:00
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.