Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhonoryza/logdesk
logdesk app
https://github.com/jhonoryza/logdesk
Last synced: about 2 months ago
JSON representation
logdesk app
- Host: GitHub
- URL: https://github.com/jhonoryza/logdesk
- Owner: jhonoryza
- License: mit
- Created: 2023-12-03T17:03:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T03:42:37.000Z (6 months ago)
- Last Synced: 2024-07-25T04:44:40.637Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 462 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# logdesk
A logger desktop app
![image](./logdesk.png)
## Install
```bash
npm install -g yarn
yarn install
```## Development
```bash
yarn run dev
```## Build
```bash
# For windows
yarn run build:win# For macOS
yarn run build:mac# For Linux
yarn run build:linux# For ALL
yarn run build
```### Security
If you've found a bug regarding security please mail [[email protected]](mailto:[email protected]) instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.