https://github.com/whyboris/simple-image-browser
Simple Image Browser is a simple way to browse your photos.
https://github.com/whyboris/simple-image-browser
Last synced: about 1 year ago
JSON representation
Simple Image Browser is a simple way to browse your photos.
- Host: GitHub
- URL: https://github.com/whyboris/simple-image-browser
- Owner: whyboris
- License: mit
- Created: 2021-03-22T22:37:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T03:06:27.000Z (over 2 years ago)
- Last Synced: 2025-02-09T08:28:56.970Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Image Browser
Simple Image Browser is a simple way to browse your photos on your computer (Windows, Mac, Linux).
## Development
This project is WIP.
How to start:
- `npm install` to install
- `npm start` to develop
- `npm run electron:build` to build
Main dependencies in use:
| Library | Version | Date | Comment |
| ---------------- | --------- | -------- | -------------------------------------------------- |
| Angular | v15.1.2 | Jan 2023 | |
| Angular-CLI | v15.1.3 | Jan 2023 | |
| Electron | v22.1.0 | Jan 2023 | (internally uses Node `v16.17.1` and Chromium 108) |
| Electron Builder | v23.6.0 | Jan 2023 | |
- I recommend using the same version of `node` as _Electron_ uses internally, but version 16 or above should work.
## Thank you
This software would not be possible without the tremendous work by other people:
- [Angular](https://github.com/angular/angular)
- [Electron](https://github.com/electron/electron)
- [angular-electron](https://github.com/maximegris/angular-electron)
- [angular-tree-component](https://github.com/CirclonGroup/angular-tree-component)
- [fdir](https://github.com/thecodrr/fdir)