Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2021-04-10 04:09:47 +05:30
.github/workflows v1.0.0 2021-04-04 18:47:30 +05:30
build added splash and error static pages 2021-04-10 04:08:57 +05:30
src added splash screen and error screen logic 2021-04-10 04:09:47 +05:30
.eslintrc first commit 2021-03-27 18:05:04 +05:30
.gitignore added app to gitignore 2021-04-01 12:51:42 +05:30
LICENSE Create LICENSE 2021-04-03 16:44:58 +05:30
package.json v1.0.1 2021-04-09 16:09:53 +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 installer for autoUpdates 2021-04-03 16:44:54 +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