Website: https://onefolder.app/
https://onefolder.canny.io/feedback
You need to have NodeJS and a package manager such as Yarn installed. Then run the following commands to get started:
- Run
yarn installto install or update all necessary dependencies. - Run
yarn devto build the project files to the/builddirectory. This will keep running to immediately build changed files when they are updated. - In a second terminal, run
yarn startto start the application. Refresh the window (Ctrl/Cmd + R) after modifying a file to load the updated build files.
An installable executable can be built using yarn package for your platform in the /dist folder. The building is performed using the electron-builder package, and is configured by a section in the package.json file.
Builds are automatically published to Github Releases when a tag is created in GitHub.
This project is a fork from Allusion.
- ElectronJS - the framework for desktop development
- ReactJS - Front-end library
- MobX - State Manadgment
- ExifTool - Edit image metadata
- Annotorious - Face selection on images
- TenserFlowJS - Face detection