A simple application that records notes and time with a single click.
It is developed using electron and should work on Windows, Linux, and Mac.
The distributed programs are not signed and may not run in some environments. In such cases, or if you want to use the latest version, please build the code yourself.
- Install Node js.
- Clone this repository.
git clone https://github.com/strelka145/Corgi.git
cd Corgi
- Install modules.
npm install
npm install -g yarn
yarn add electron-builder --dev
- Update the license list.
npm run licenses
- Build. (For Linux, change --windows to --linux; for Mac, change --windows to --mac.)
npx electron-builder --windows --x64
This will create a built Corgi app in the dist folder.
- Synchronization using cloud services.
- Content Search.