Skip to content

Lightweight cross-platform planner/task manager/note-taking app (Client for MacOS, Windows, Linux)

License

Notifications You must be signed in to change notification settings

ModuleArt/tinote-desktop

Repository files navigation

Tinote Desktop/Web

Lightweight cross-platform planner/note-taking app (Client for MacOS, Windows, Linux)

prepare to build

$ npm i -g @neutralinojs/neu
$ npm i react-scripts

how to build

Desktop:

$ neu build

Web:

$ npm run buildW

how to start

Desktop:

Just run the one of following executables:

  • tinote-desktop-linux
  • tinote-desktop-mac
  • tinote-desktop-win.exe

Web:

$ npm run startW