Browse Decidim
After you create a development app:
cd development_app
bundle exec rails s
- Go to 'http://localhost:3000'
Optionally, you can log in as: [email protected] | decidim123456
Also, if you want to verify yourself against the default authorization handler use a document number ended with "X".
Browse Admin Interface
After you create a development app:
cd development_app
bundle exec rails s
- Go to 'http://localhost:3000/admin'
- Login data: [email protected] | decidim123456