From f8108ed7b7dfac5f2fe064566117eaca6137ac54 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Sat, 30 Sep 2023 01:10:35 -0600 Subject: [PATCH] Add README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f08db44 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +## Worsdle + +A simple [Wordle](https://es.wikipedia.org/wiki/Wordle) clone written in Rust and Yem with spanish words. + +### Dependencies to build + +- [Trunk](https://trunkrs.dev/) + +### How to build to production + +1. `cargo install --locked trunk` +2. `git clone https://git.kirbylife.dev/kirbylife/worsdle` +3. `cd worsdle` +4. `trunk build --release` +5. The build should be in the `dist/` folder. + +### Run a dev server + +1. `trunk serve` + +### Contribute + +If you want to add a new word to the list, you can pass it to me through any social network.