Getting started

The User Manager 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 Dashboard Devbox 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.

Last updated