NOTE This is a fork of Meet Democracy Consul.
Our sincere thanks and appreciation go out to Consul Project for the incredible work and support they have provided.
Meet democracy platform allows the participants of your community to debate and vote on legislation, budget and more. Our goal is to make community development easy. We intend to democratize community participation by making it accessible to all. We recognize the importance of having access to a democratic and trustworthy platform. Give your community citizens the freedom to express themselves.
-
Add JS and CSS for Digital Scotland Design System Design and build accessible digital services for Scotland The Digital Scotland Design System provides static web assets for websites and web applications for the Scottish Government and other Scottish public sector bodies. The Design System is open source and free to use. Digital Scotland Design System
-
Add Button component
Clone the project
git clone https://github.com/netoum/meetdemocracy-consul-scotland-design.git
Go to the project directory
cd meetdemocracy-consul
Install dependencies
bundle install
Configure the database and secrets
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
Setup the database
bin/rake db:create
bin/rake db:migrate
bin/rake db:dev_seed
Start the server
bin/rake s
You can use the default admin user from the seeds file:
user: admin pass: meetdemocracy
But for some actions like voting, you will need a verified user, the seeds file also includes one:
user: verified pass: meetdemocracy