Skip to content

fernandoMessias/gui

 
 

Repository files navigation

dojot Graphical Management Interface

This package implements a WEB user interface for the management and configuration of the dojot's basic functionality.

Build

To generate a production-ready version of the interface, run the commands below.

npm install
npm run build

Development

To setup a development server environment, run the commands below.

npm install
npm run watch

Docker

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>

About

Dojot's graphical user interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • CSS 22.7%
  • Other 0.1%