Skip to content

inrialearninglab/PhoneImpact

Repository files navigation

Jeu sérieux Phone Impact

Portail du jeu avec tous les documents nécessaires

Sommaire:

Génération automatique des cartes en local

Environment Docker

Create image

docker build -t phone-impact .

Run container

Execute this command inside the project folder and the result will be generated in _output

French version
docker run -v .:/app phone-impact
English version
docker run -v $(pwd):/app phone-impact "pnp[en]"

Enter container

docker run -v .:/app --entrypoint sh -it phone-impact
Generate the event cards
rake events

The file _output_/events.pdf is generated. Copy it in docs/PrintAndPlay/pnp/events.pdf if it's ok.

Generate the malus cards
rake malus

The file _output_/malus.pdf is generated. Copy it in docs/PrintAndPlay/pnp/malus.pdf if it's ok.

Generate in english
rake events[en]

Déploiement en local du portail de ressources

Attention, partie assez technique !

Afin de visualiser vos modifications au fil de l'eau, vous pouvez déployer le portail localement sur votre ordinateur.

Installation

Visualisation du portail en local

mkdocs serve

Après quelques secondes, le site devrait être visible ici : http://localhost:8000

About

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages