Citizen Participation and Open Government application.
Demo application, being used on:
This is the open-source repository for demo_decidim_org, based on Decidim.
You can install it with Docker and Docker Compose, with these commands:
git clone https://github.com/decidim/demo.decidim.org
cd demo.decidim.org
cp .env.example .env
docker-compose up -d
docker-compose run --rm exec app rails db:seed