Add README

main
kirbylife 2023-09-30 01:10:35 -06:00
parent d64996d5dd
commit f8108ed7b7
1 changed files with 23 additions and 0 deletions

23
README.md 100644
View File

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