Citizen Participation and Open Government application.
This is the open-source repository for decidim-efb, based on Decidim.
An opinionated guide to deploy this app to Heroku can be found at https://github.com/codegram/decidim-deploy-heroku.
bundle install
bin/rails db:create db:migrate db:seed # setup database and create some fake development data
For your development you can use those accounts :
system@example.org
/ decidim123456
admin@example.org
/ decidim123456
.user@example.org
/ decidim123456
.You're good to go!