Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2021-07-17 17:06:32 +05:30
.github/workflows updated build workflow for notarizing 2021-07-09 14:34:02 +05:30
build removed unneccsary icons 2021-07-16 12:20:38 +05:30
src hide mac dock icon 2021-07-17 17:06:32 +05:30
.eslintrc first commit 2021-03-27 18:05:04 +05:30
.gitignore Update gitignore 2021-07-09 16:33:18 +05:30
LICENSE Create LICENSE 2021-04-03 16:44:58 +05:30
package.json v1.1.2 2021-07-16 13:39:36 +05:30
README.md Create README.md 2021-04-03 16:44:58 +05:30
tsconfig.json updated tsconfig outDir to "./app" 2021-04-01 13:06:45 +05:30
yarn.lock added electron logger 2021-07-16 12:20:38 +05:30

bhari-frame (heavy-frame)

Electron app for ente.io build with Electron and loads of ❤️.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ente-io/bhari-frame
# Go into the repository
cd bhari-frame
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Re-compile automatically

To recompile automatically and to allow using electron-reload, run this in a separate terminal:

npm run watch

Resources for Learning Electron