Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 718 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 718 Bytes

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 :).