Add readme
parent
569a7ec7ab
commit
763d9507be
|
@ -0,0 +1,13 @@
|
|||
# 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.
|
|
@ -39,4 +39,6 @@
|
|||
* La palabra es igual para todas las personas que visitan la página y cada día hay una palabra nueva.
|
||||
|
||||
## Info:
|
||||
Este clon de wordle está hecho por kirbylife utilizando el lenguaje de programación Rust, el framework Windmark y el editor Emacs
|
||||
Este clon de wordle está hecho por kirbylife utilizando el lenguaje de programación Rust, el framework Windmark y el editor Emacs.
|
||||
El código fuente lo puedes encontrar en mi git:
|
||||
=> https://git.kirbylife.dev/kirbylife/worsdle_gemini Código
|
||||
|
|
Loading…
Reference in New Issue