From b2c8e59d282cdafac6d2ac5cafb59acb9d49ddfc Mon Sep 17 00:00:00 2001 From: Fernando Olivares Date: Tue, 24 Sep 2024 21:32:10 -0600 Subject: [PATCH] Remove Demo ReadMe --- Demo/README.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Demo/README.md diff --git a/Demo/README.md b/Demo/README.md deleted file mode 100644 index c57e77a..0000000 --- a/Demo/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Demo - -Open `Demo.xcodeproj` and run the `Demo` app target. By default, the demo app loads a remotely hosted Turbo demo app. The demo app itself describes the various features it supports and you can navigate through the app to explore. - -You can also clone that demo app to experiment from [https://github.com/hotwired/turbo-native-demo](https://github.com/hotwired/turbo-native-demo). Once the local demo server is running, then you just need to change `Demo.current` to use `local` in `Demo/Demo.swift` to point to the local version of the demo. - -

- - -