|
|
2 tygodni temu | |
|---|---|---|
| .. | ||
| components | 2 tygodni temu | |
| css | 2 tygodni temu | |
| img | 2 tygodni temu | |
| js | 2 tygodni temu | |
| .gitignore | 2 tygodni temu | |
| 404.html | 2 tygodni temu | |
| README.md | 2 tygodni temu | |
| home.html | 2 tygodni temu | |
| index.html | 2 tygodni temu | |
| main.js | 2 tygodni temu | |
| package-lock.json | 2 tygodni temu | |
| package.json | 2 tygodni temu | |
| validate.js | 2 tygodni temu | |
A cross-platform desktop version of kNotes that connects to your hosted API at https://notes.lhamacorp.com.
Navigate to the desktop-app directory:
cd desktop-app
Install dependencies:
npm install
To run the app in development mode:
npm start
npm run build-all
Windows:
npm run build-win
macOS:
npm run build-mac
Linux:
npm run build-linux
Built applications will be available in the dist/ directory:
.exe installer and portable app.dmg installer and .app file.AppImage portable executableCtrl/Cmd + N - New NoteCtrl/Cmd + H - HomeCtrl/Cmd + Q - QuitThe desktop app is built with:
The app acts as a desktop wrapper around your existing frontend, making HTTP requests to your deployed API at https://notes.lhamacorp.com/api/notes.
home.html by defaultThe desktop app follows Electron security best practices: