Free Open-Source participatory democracy, citizen participation and open government for cities and organizations
This is the open-source repository for SGE+. SGE+ is based on Decidim.
bundle install
nvm use 18.17.1
npm install
bin/rails db:create db:schema:load
bin/rails db:seed
bin/devRun bin/rake decidim:generate_external_test_app to generate a dummy application to test both the application and the modules.
Require missing factories in spec/factories.rb
Add require "spec_helper" to your specs and execute them from the root directory, i.e.:
bundle exec rspec --backtrace