Minimalistic notes application with instant search
node@16
is needed- Use
npm install
to init dependencies npm electron:serve
to run development mode
To rebuild better-sqlite3
with used version of electron run:
node_modules/.bin/electron-rebuild -f -w better-sqlite3
See WiseLibs/better-sqlite3#126 (comment)
In order to build SQLite MSVC toolchain is needed. Please follow steps in https://github.com/nodejs/node-gyp#on-windows.
Install python2 using pyenv
😄
brew install pyenv
pyenv install 2.7.18
Update path to python in node_modules/dmg-builder/out/dmg.js
on line 388.
...await (0, _builderUtil().exec)("/Users/username/.pyenv/versions/2.7.18/bin/python", [path.join((0, _dmgUti...
- https://buefy.org/documentation
- https://bulma.io/documentation/
- https://github.com/JoshuaWise/better-sqlite3/blob/master/docs/api.md
- https://www.sqlite.org/docs.html
- https://www.electron.build/
- https://vuejs.org/v2/api/
GNU GPLv3