Install docker
and run:
$ docker run decidim/decidim-monitor
This will run decidim-monitor
on http://localhost:4000
.
Install docker
and docker-compose
and simply run:
$ docker-compose up
This will download and compile all the dependencies and start a development server in http://localhost:4000
.