tutu/README.md
thislight 937efe1107
All checks were successful
/ checkpr (pull_request) Successful in 1m22s
update targets
* browserlist file is removed
2025-01-04 17:51:19 +08:00

1.3 KiB

Tutu

Tutu is a comfortable experience for tooting. Designed to work on any device - desktop, phone and tablet.

Launch Tutu

Compatibility

The code is built against those targets and Tutu must run on those platforms:

Firefox Safari iOS Chrome & Edge
115 15.6 15.6 108

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 "Nightly" Branch

Tutu built on the latest code, called the nightly version. You can tatse latest change but risks your data.

Launch Tutu (Nightly)

Build & Depoly

Tutu uses bun as the package manager. Run

bun install && bun dist

to build the distribution, saved at "dist" directory.

Tutu must be loaded in a secure context - that means serving under localhost (127.0.0.1 or ::1) or HTTPS.

Use bun dev to run the dev server on localhost. If you need HTTPS dev server, see Set up HTTPS for the dev server.

You can also change the config to make it run on localhost - but localhost.direct can be visted from the other device on the same network (as you do a little DNS magic).