Skip to content

Latest commit

 

History

History

notifications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Electron Notification

A simple electron app built to serve as a notification center for my different services such as Protonmail

About The Project

Electron Notification Screen Shot

Built With

Getting Started

This is an instruction set on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/hugivar/electron-notification.git
  2. Install NPM packages

    npm install
  3. Rename config.json.sample to config.json

    mv config.json.sample config.json
  4. Add the tabs you want to serve notifications from inside the newly created config.json

  5. Build the app

    npm run package && npm run make

Open the newly built app inside the out folder

License

Distributed under the MIT License. See LICENSE.txt for more information.