- nodejs v14.16.1 (npm v6.14.12)
- Python 3.8 (for window 7 not support Python 3.9) & vertualenv
- Install node packages
$ npm install
- Install Python environment
# 2-1. Install virtualenv
$ cd py-script
$ python install virtualenv
$ virtualenv venv
# 2-2. activate python in virtual environment
# Windows (Powershell)
$ .\venv\Scripts\activate.ps1
# macOS/unix-like
$ source ./venv/bin/activate
# 2-3. install python package
$ pip install -r
run react dev server & electron in development mode
$ npm run dev:react
# different terminal
$ npm run dev:electron
$ npm run packager
- app -> App -> MainPage (AppBar & Tabs)
- FolderContainer (Grid)
- FolderMenu, FolderNodeList, FolderBreadcrumb
- FolderContainer (Grid)
SQLite save timestamp (+8 timezone)
server save UTC