Add readme

main
kirbylife 2024-09-03 12:38:03 -06:00
parent 569a7ec7ab
commit 763d9507be
2 changed files with 16 additions and 1 deletions

13
README.md 100644
View File

@ -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.

View File

@ -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