Push Notifications
2.0.0
2.0.0
  • About Push Notifications plugin
  • Changelog
  • User Guide
    • List push notifications
    • Create push notification
      • Send Push Notification
      • Schedule Push Notification
      • Link Content to Push Notification
    • Edit push notification
    • Erroneous notifications
  • Admin Guide
    • Getting started
    • Configuration
    • Mappings
    • Migrations
      • 1.3.0 -> 2.0.0
      • 2.0.0 -> 2.0.2
  • Developer Guide
    • Getting Started
Powered by GitBook
On this page
  1. Developer Guide

Getting Started

Previous2.0.0 -> 2.0.2

Last updated 3 years ago

The Push Notifications plugin is a React application which utilises the scripts and tools created by the Naviga Dashboard Team for development and deployment.

If you want to run this plugin in your local environment, you need a local dashboard. The dashboard team has put together something they call a that you can install on your machine to get a runtime for your dashboard plugin.

The devbox is a set of Docker images linked together in a docker-compose file that is easily started and then you can load up your plugin which supports hot reloading when updating the code.

Dashboard Devbox