This package implements a WEB user interface for the management and configuration of the dojot's basic functionality.
To generate a production-ready version of the interface, run the commands below.
npm install
npm run build
To setup a development server environment, run the commands below.
npm install
npm run watch
From a clean environment, the following commands create a new docker image capable of serving the user interface.
npm install
npm run build
docker build -f docker/Dockerfile -t [tag name] .
To run the created image:
docker run -d [-n name] <tag name>