14 lines
467 B
Markdown
14 lines
467 B
Markdown
|
# Worsdle Gemini
|
||
|
A simple [Wordle](https://es.wikipedia.org/wiki/Wordle) clone for the [gemini protocol](https://es.wikipedia.org/wiki/Gemini_(protocolo)) with spanish words.
|
||
|
|
||
|
## How to run to production
|
||
|
- `git clone https://git.kirbylife.dev/kirbylife/worsdle_gemini`
|
||
|
- `cd worsdle_gemini`
|
||
|
- `cargo run --release`
|
||
|
|
||
|
## Run a dev server
|
||
|
- `cargo watch -x run`
|
||
|
|
||
|
## Contribute
|
||
|
If you want to add a new word to the list, you can pass it to me through any social network.
|