Skip to content

huili4/mozaik-demo

 
 

Repository files navigation

Mozaïk demo dashboards

Travis CI

This repository shows how to use Mozaïk with npm extensions, installation instructions.

Configuration

Two files are used to configure the dashboard content and layout

.env

The project import dotenv, so that you can define environmental variables including HOST, PORT, etc.

An example .env file is put in this repo as a reference. example file

config.js

This is the configuration file to configure the components and layout of the dashboard. config.js

Set it up

There are several steps to follow to setup the dashboard on your server.

  1. Clone this repository.
  2. Run sudo npm install to install the dependencies.
  3. Run sudo npm run build-assets to build the application.
  4. Set variables in the .env file and modify the config.js as you need.
  5. Run node app.js under the repository's root directory to start process.

About

Sample mozaïk app with two dashboards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%