From 69778b7dc9f29cf2addf56fd13f581ecb4c5fed8 Mon Sep 17 00:00:00 2001 From: liu9293 Date: Wed, 12 Jul 2023 22:00:05 +0900 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a1182f..96c91e7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ It's a demo application for me to figure out if I can use rust/dioxus in production code, this codebase contains a frontend client that can compiled to Web(wasm) and Desktop, a simple rust server to handle some basic API logic and some shared components between client and server. Live Demo -> https://rust-2048.vercel.app/ + API -> https://rust-2048-api.onrender.com/leaderboard ### Features in this application