diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d0393 --- /dev/null +++ b/README.md @@ -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. diff --git a/templates/index.gmi.tera b/templates/index.gmi.tera index 7abcdac..747d34e 100644 --- a/templates/index.gmi.tera +++ b/templates/index.gmi.tera @@ -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