This repository shows how to use Mozaïk with npm extensions, installation instructions.
Two files are used to configure the dashboard content and layout
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
This is the configuration file to configure the components and layout of the dashboard. config.js
There are several steps to follow to setup the dashboard on your server.
- Clone this repository.
- Run
sudo npm install
to install the dependencies. - Run
sudo npm run build-assets
to build the application. - Set variables in the .env file and modify the config.js as you need.
- Run
node app.js
under the repository's root directory to start process.