Skip to content

code3-dev/bale-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bale Desktop Application

Bale is the social-financial network of Bank Melli Iran that simultaneously enables communication and payments. With Bale, you can easily make voice and video calls and share your moments with friends using the "Status" feature.

Features

  • Splash screen during startup.
  • Built-in menu with options for Home, Edit, View, and Help.
  • Easy access to the official Bale website.
  • External link opening (Telegram, Instagram, Email).

Installation

Prerequisites

Before installing, make sure you have the following installed:

  • Node.js
  • npm (or yarn)

Clone the repository

git clone https://github.com/code3-dev/bale-desktop.git
cd bale-desktop

Install dependencies

npm install

Run the application

You can start the application using:

npm start

This will launch the application with Electron in development mode.

Building the Application

To create a production build, use the following commands based on your platform.

Build for Windows

npm run build:win

Build for Linux

npm run build:linux

Build for all platforms

npm run build

After the build process is complete, you will find the executable in the release directory.

Configuration

You can customize the build by modifying the build section in package.json. This includes changing the app icon, application ID, and adding any additional files required for packaging.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact