An open API service indexing awesome lists of open source software.

https://github.com/LouanBen/wordle-fr

"Le Mot" un Wordle en français.
https://github.com/LouanBen/wordle-fr

french language wordle words

Last synced: 4 months ago
JSON representation

"Le Mot" un Wordle en français.

Awesome Lists containing this project

README

        

# wordle-fr

"Le Mot" also called "WordleFR" is a game, freely inspired by ["Wordle"](https://www.powerlanguage.co.uk/wordle/) made by [Josh Wardle](https://twitter.com/powerlanguish).

The idea, the concept and the design were, for the most part, taken from the original project.

You can find Le Mot at this URL : [wordle.louan.me](https://wordle.louan.me)

## Contacts

[@louanben](https://twitter.com/louanben) on Twitter
or
[email protected]

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
You'll need @vue/cli-service for this to work.

See [Configuration Reference](https://cli.vuejs.org/config/).