{"id":14992334,"url":"https://github.com/arqalite/rummy-nights","last_synced_at":"2025-09-25T14:31:09.932Z","repository":{"id":61917620,"uuid":"529730580","full_name":"arqalite/rummy-nights","owner":"arqalite","description":"A rummy score counter web app written with Rust/Dioxus and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2024-04-08T00:54:01.000Z","size":10569,"stargazers_count":4,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-25T16:10:20.153Z","etag":null,"topics":["dioxus","rust","tailwind","tailwindcss"],"latest_commit_sha":null,"homepage":"https://rummy-nights.vercel.app","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arqalite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-28T00:59:59.000Z","updated_at":"2023-09-22T17:24:23.000Z","dependencies_parsed_at":"2023-02-18T20:00:57.119Z","dependency_job_id":null,"html_url":"https://github.com/arqalite/rummy-nights","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arqalite%2Frummy-nights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arqalite%2Frummy-nights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arqalite%2Frummy-nights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arqalite%2Frummy-nights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arqalite","download_url":"https://codeload.github.com/arqalite/rummy-nights/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234200177,"owners_count":18795139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dioxus","rust","tailwind","tailwindcss"],"created_at":"2024-09-24T15:00:57.645Z","updated_at":"2025-09-25T14:31:09.292Z","avatar_url":"https://github.com/arqalite.png","language":"Rust","funding_links":[],"categories":["GUI"],"sub_categories":[],"readme":"\u003cp align=center\u003e\u003cimg src=\"https://raw.githubusercontent.com/arqalite/rummy-nights/main/public/logo_192.png\"/\u003e\u003c/p\u003e\n\n\n# \u003cp align=center\u003eRummy Nights\u003c/p\u003e \n\nRummy Nights is a rummy score counter PWA (progressive web app) written with [Rust], [Dioxus] and [Tailwind CSS].\n\nCentered around Romanian Tile Rummy ([rules here]), it helps players keep track of scores, bonuses and dealers.\n\n## Try the app\nThe latest stable release is automatically built and uploaded to Vercel at https://rummy-nights.vercel.app/.\n\nThe latest commits are built and uploaded at https://rummy-nights-arqalite.vercel.app/\n\nThe Android version is available [on Google Play](https://play.google.com/store/apps/details?id=com.arqalite.rummynights).\n\nThe app is available in English and Romanian (the language can be changed in the settings).\n\n## Building from source\nIn order to build the app, you need:\n- [Rust](https://www.rust-lang.org/)\n- Rust WASM target (run `rustup target add wasm32-unknown-unknown`)\n- Install [Tailwind CSS](https://tailwindcss.com/):\n    - We prefer the [standalone CLI](https://github.com/tailwindlabs/tailwindcss/releases/latest). Download it and place it in your PATH as `./tailwindcss`.\n    - You can also install it via npm: \n        ```\n        npm install -D tailwindcss\n        npx tailwindcss init\n        ```\n- Then install [Dioxus CLI](https://github.com/DioxusLabs/dioxus/tree/master/packages/cli): `cargo install dioxus-cli`.\n\nOnce set-up, run `dx serve`, click on the IP address displayed on the screen, and it should be good to go!\n\n## Contributing\nPull requests are accepted and encouraged - just go for it!\n\n## Credits\nMade with [Rust], [Dioxus], and [Tailwind CSS].\n\nFavicon derived from [this icon, created by Freepik at Flaticon].\n\nAll other icons are made by [Ikonate] and [Charm Icons].\n\nLanguage flags from [Lipis's flag-icons].\n\nSpecial thanks to the [Trunk](https://trunkrs.dev/) team - we used Trunk until the Dioxus CLI was in usable shape.\n\n## License\nThis project is licensed under the [MIT license](https://github.com/arqalite/rummy-nights/blob/main/LICENSE).\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in Rummy Nights, shall be licensed as MIT, without any additional\nterms or conditions. We reserve the right to reject contributions that will not be licensed as such.\n\n[Rust]: https://www.rust-lang.org/\n[Dioxus]: https://dioxuslabs.com/\n[Tailwind CSS]: https://tailwindcss.com/\n[this icon, created by Freepik at Flaticon]: https://www.flaticon.com/free-icon/poker_8304852?term=gambling\u0026page=1\u0026position=20\u0026page=1\u0026position=20\u0026related_id=8304852\u0026origin=style\n[Ikonate]: https://ikonate.com/\n[Charm Icons]: https://github.com/jaynewey/charm-icons\n[Lipis's flag-icons]: https://github.com/lipis/flag-icons\n[rules here]: https://www.pagat.com/rummy/romtile.html\n[1]: https://github.com/DioxusPluginCommunity/tailwind-plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farqalite%2Frummy-nights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farqalite%2Frummy-nights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farqalite%2Frummy-nights/lists"}