# kikikoz Un outil web pour répartir la parole au cours d'une réunion. # Construire Pour construire l'outil, utiliser la commande suivante: ```bash wasm-pack build --target web ``` # Servir chaud Pour servir la page, pointer un serveur web sur un répertoire contenant `index.html` et le répertoire `pkg`: ```bash webfsd ```