From d4093aaf5c17a76bfab9d8f68ef8ccd3cadd3ef0 Mon Sep 17 00:00:00 2001 From: thislight Date: Sun, 27 Oct 2024 13:13:28 +0800 Subject: [PATCH] README: update links for the app --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fd2b490..036c2e8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Tutu is a comfortable experience for tooting. Designed to work on any device - desktop, phone and tablet. +[Launch Tutu](https://tutu.lightstands.xyz) + ## Compatibility The code is built against those targets and Tutu must run on those platforms: @@ -12,6 +14,12 @@ The code is built against those targets and Tutu must run on those platforms: Tutu trys to push the Web technology to its limit. Some features might not be available on the platform does not meet the requirement. +## The "Next" Branch + +The "next" branch of the app is built on every commit pushed into "master". You can tatse latest change but risks your data. + +[Launch Tutu (Next)](https://next.tututheapp.pages.dev) + ## Build & Depoly Tutu uses [bun](https://bun.sh) as the package manager. Run