https://github.com/moduleart/tinote-desktop
Lightweight cross-platform planner/task manager/note-taking app (Client for MacOS, Windows, Linux)
https://github.com/moduleart/tinote-desktop
checklist cross-platform lightweight note-taking planner-app reminder scheduler task-manager
Last synced: 2 months ago
JSON representation
Lightweight cross-platform planner/task manager/note-taking app (Client for MacOS, Windows, Linux)
- Host: GitHub
- URL: https://github.com/moduleart/tinote-desktop
- Owner: ModuleArt
- License: mit
- Created: 2020-12-08T20:46:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T18:54:29.000Z (about 5 years ago)
- Last Synced: 2024-05-23T10:03:52.541Z (over 1 year ago)
- Topics: checklist, cross-platform, lightweight, note-taking, planner-app, reminder, scheduler, task-manager
- Language: JavaScript
- Homepage:
- Size: 2.26 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tinote Desktop/Web
Lightweight cross-platform planner/note-taking app (Client for MacOS, Windows, Linux)
## prepare to build
```bash
$ npm i -g @neutralinojs/neu
$ npm i react-scripts
```
## how to build
#### Desktop:
```bash
$ neu build
```
#### Web:
```bash
$ 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:
```bash
$ npm run startW
```