If you use the Citizen OS open source code, please let us know: info@citizenos.com! <3 We are mostly interested in the usage statistics. Perhaps you can open the stats for us?
Citizen OS is a free participation platform for collaborative text creation, structured discussion and voting. Read about the newest developments on our news page: https://citizenos.com/news/.
The Citizen OS Foundation is a civic tech non-profit organisation based in Tallinn, Estonia.
Our mission is “to empower as many people as possible to participate in respectful, meaningful discussions in order to collaboratively decide on issues that affect their wellbeing."
The main focus of the Citizen OS Foundation is our collaborative decision-making platform for civic initiatives, which is provided free of charge to anyone who wants to use it. The online platform allows for deliberative discussions, collaborative decision-making and voting in situations where it is either impossible or inconvenient for participants to be in the same room.
In Estonia, where a national e-ID system is in place, the Citizen OS platform is also used in situations when a large number of people need to digitally sign a single document, such as people's initiatives, petitions, housing associations agreements and NGO general meetings. Documents signed using the Citizen OS platform are accepted by all levels of government, including the Riigikogu (Estonia’s Parliament) and the national Commercial Register.
We listen to our users in issues.
git clone git@github.com:citizenos/citizenos-fe.git
cd citizenos-fe
sudo -- sh -c -e "echo '127.0.0.1 dev.citizenos.com' >> /etc/hosts"
./config/certs/citizenosCARoot.pem
to your trusted CA certificate store or browsers will complain.NODE_ENV
environment variable:
production
test
development
node ./bin/www
. Note that Heroku and some other cloud envs pick up the starting point from Procfile
(https://github.com/citizenos/citizenos-fe/blob/master/Procfile.txt)npm run dev
(optionally could add an ip address to serve externallynpm run dev -- --host 192.168.56.101
)NOTES:
https://github.com/citizenos/citizenos-api/wiki/Development-guidelines
development
branchmaster
branchprod
branch