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.
- Host: GitHub
- URL: https://github.com/LouanBen/wordle-fr
- Owner: LouanBen
- License: gpl-3.0
- Created: 2022-01-09T11:00:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T06:42:51.000Z (10 months ago)
- Last Synced: 2024-08-01T19:46:56.400Z (7 months ago)
- Topics: french, language, wordle, words
- Language: Vue
- Homepage: https://wordle.louan.me
- Size: 2.87 MB
- Stars: 125
- Watchers: 4
- Forks: 40
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/).