A simple electron app built to serve as a notification center for my different services such as Protonmail
This is an instruction set on setting up your project locally. To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/hugivar/electron-notification.git
-
Install NPM packages
npm install
-
Rename config.json.sample to config.json
mv config.json.sample config.json
-
Add the tabs you want to serve notifications from inside the newly created config.json
-
Build the app
npm run package && npm run make
Open the newly built app inside the out folder
Distributed under the MIT License. See LICENSE.txt
for more information.