mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
* global: use same versions for dependencies everywhere * intl: fix `Cannot find module '@lingui/macro'` * web: fix `I18n' is not assignable to parameter` type error * setup: log post install cmd * setup: more logging * web: update lockfile
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.