Turku Decidim instance for the "Asukasbudjetti" service. You can find the live service from this domain:
https://asukasbudjetti.turku.fi/
The platform is based on Decidim.
For documentation and further guidance about the framework, see Decidim Docs.
Clone this repository and run:
$ bundle exec db:create db:migrate
$ bundle exec db:seed
Make sure to run these two commands separately.
More information available from Decidim's own Getting started guide.
If you want to update the gems loaded from Git, run the following with the gem's name:
$ bundle update --source "decidim"