/notiforward-chrome

Notiforward is an open-source notification forwarding platform that uses your own database that you control.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Notiforward Chrome Extension Jenkins

Getting Started

  1. Clone the repo to your local machine using HTTPS git clone https://github.com/YeomansIII/notiforward-chrome.git or SSH git clone git@github.com:YeomansIII/notiforward-chrome.git

  2. Install node.js and npm using Node Version Manager (https://github.com/creationix/nvm)

  • Run nvm install 0.12.7
  • You will need to run this command before working on the project every time
  1. Run npm install -g grunt-cli grunt and npm install

  2. Run bower install

  3. Finally, run grunt to build the project

  • You can now open the Google Chrome extensions page at chrome://extensions/
  • Ensure that the developer mode is checked
  • Click "Load unpacked extension..." and navigate to the repo folder, then select the dist/ folder

The extension will now load into chrome. When you want to load changes, just run grunt in the terminal again.

Set Up Firebase Database

https://github.com/YeomansIII/notiforward-android/wiki/Notiforward-Setup-(Getting-Started)

Builds on Jenkins