Skip to content

CodeCitoyen/Demoscampi

 
 

Repository files navigation

Démocratie et Langoustines

Démocratie et langoustine est un jeu pédagogique autour de la démocratie et des modes de scrutins. Il a été commencé pendant la nuit du code citoyen les 4 et 5 mars 2017.

Plus d'infos

Code

Code adapté de : The Good, The Bad and The Accountant par Journalism ++

Code Climate Build Status Coverage Status Codacy Badge License: LGPL v3

Getting Started

Prerequisites

Developing

  1. Run make install to install server dependencies.
  2. Run make run to start the development server.

Deploy

To deploy on Github Pages run make deploy.

Test

To run unit tests use make test.

Embed

In english:

<iframe  width="100%" height="700" src="//jplusplus.github.io/the-accountant/" frameborder="0" allowfullscreen></iframe>

In french:

<iframe  width="100%" height="700" src="//jplusplus.github.io/the-accountant/fr.html" frameborder="0" allowfullscreen></iframe>

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 75.2%
  • CSS 14.4%
  • HTML 10.2%
  • Other 0.2%