An open API service indexing awesome lists of open source software.

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)

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
```