Electra Desktop App
Save your test accouns easy and use quickly!
Why you still keep on notepad? This app builded for instead of notepad!
Downloading And Installing
Setup for MacOS I'm a undefined developer for Apple :) You should change your app run settings just for a short time go to System Preferences > Security & Priacy and set Appstore and identified developer
Whatever your system if, you can choose appropriate to download it. And install so easy.
How it works
You can add your account just click the line and add, after than click clipboard button and copy your account id or password.
All data save your local storage. Don`t worry about it.
Install & Run
First, clone the repo via git:
git clone --depth=1 https://github.com/ue/electra your-project-name
And then install dependencies with yarn or npm.
$ cd electra
$ yarn
or
$ npm install
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a server that sends hot updates to the renderer process:
$ gulp electra
Now you ready to code.
Happy coding!
- Note: requires a node version >= 7 and an npm version >= 4.
- If you have installation or compilation issues with this project, please see our debugging guide
How to create package
Package for all platforms
gulp package
For OSx
yarn run package-mac
For Windows
yarn run package-win
How to create installer
For OSx
yarn run create-installer-mac
For Windows
yarn run create-installer-win
How to keep the app updated
If your application is a fork from this repo, you can add this repo to another git remote:
git remote add upstream https://github.com/ue/electra.git
Then, use git to merge some latest commits:
git pull upstream master
License
MIT © UE