mirror of
https://github.com/dnote/dnote
synced 2026-03-18 00:09:56 +01:00
* Allow to add and edit notes * Implement search * Implement settings * Implement checkout page * Implement paywall * Fix inconsistent margin * Render mobile menu * Allow to logout * emails * Implement user migration * Always build standalone * Embed digest in email * Move browser extension * Fix test * Use system font * Add favicon and app icons * Make tabbar smaller * Initialize focus on editor * Fix various UI audit issues * Simplify asset serving * Register sw * Upgrade deps
535 B
535 B
Note to reviewer
This document contains instructions about how to reproduce the final build of this extension.
All releases are tagged and pushed to the GitHub repository.
Steps
To reproduce the obfuscated code for Firefox, please follow the steps below.
- Run
npm installto install dependencies - Run
./scripts/build_prod.shto build for Firefox and Chrome.
The obfuscated code will be under /dist/firefox and /dist/chrome.
Further questions
Please contact sung@dnote.io