Skip to content

Leo-Nicolle/mots-fleches

Repository files navigation

MotsFlex

Logo

Generateur de mots fléchés. Crosswords generator. Generator de Crucigramas.

Use MotsFlex

MotsFlex is up and running at https://motsflex.com.

This documentation is for developers. For user documentation please see the link above.

How to contribute ?

Clone the repository (or fork it)

git@github.com:Leo-Nicolle/mots-fleches.git

install:

cd mots-fleches
npm i

** run client:**

cd mots-fleches/client
npm i
npm run dev

Make a PR, I would be happy :).