Please read the contributing guidelines beforehand.
- 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
- Open chrome and go to
chrome://extensions
. - Turn on "Developer Mode".
- Click on "Load unpacked" and select the
extensions/web-clipper/build
folder.