Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
/ tinote-desktop Public archive

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