Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.31 KB

File metadata and controls

59 lines (39 loc) · 1.31 KB

Smart ATM Manager - (Banks Version)

Cross platform desktop app for banks useful for managing atms, reports and managers built by Precious Keyz

demo

Installation

Clone the repo

git clone https://github.com/codekeyz/atm-desktop

Install Node Modules

cd atm-desktop && npm install

Run the project

npm run electron:local

Usage

Use the following credentials to signin and test the application

email: admin@admin.com password: admin12345

Included Commands

Command Description
npm run electron:local Builds your application and start electron
npm run electron:linux Builds your application and creates an app consumable on linux system
npm run electron:windows On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems
npm run electron:mac On a MAC OS, builds your application and generates a .app file of your application that can be run on Mac

Contributing

All feedback and suggestions are welcome, just post an issue!

Author

Precious Keyz

License


MIT