A simple, secure and private note taking tool.
The idea of encoding and persisting the content in the URL was inspired by https://mermaid.live.
- Install
Ruby
by following the instructions from https://www.ruby-lang.org/en/documentation/installation/. - Install the
Ruby
dependencies by runningbundle install
- Install
Node.js
by following the instructions from https://docs.npmjs.com/downloading-and-installing-node-js-and-npm. - Install the
Node.js
dependencies by runningnpm install
- Check if RealFaviconGenerator
got updated by running
npm run check-favicon-update
- If you update the source SVG, or if
RealFaviconGenerator gets updated, update the favicon assets by running
npm run update-favicon
- Check the generated (and deployed) favicon assets by going to https://realfavicongenerator.net/favicon_checker?protocol=https&site=notepadtab.com
npm run serve