From b90dec4983660f61562faaeafc8066688d1a9ebe Mon Sep 17 00:00:00 2001 From: Vladislav Ganshin Date: Fri, 29 Dec 2023 08:40:20 +0100 Subject: [PATCH] Update README.md --- README.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/README.md b/README.md index dd11cd4..8daabba 100644 --- a/README.md +++ b/README.md @@ -84,41 +84,3 @@ X-Aidbox-Dev: model ]} ``` - -# Deploy - -1. Get Aidbox - - - -# todo - -- [ ] don't sync `.test.js` files in routes directory - - - -```clojure -[:html - #_[:script {:type "module"} - "import hotwiredTurbo from 'https://cdn.skypack.dev/@hotwired/turbo';"] - - [:script {:type "module" :src "https://unpkg.com/@hotwired/turbo@7.3.0/dist/turbo.es2017-esm.js"}] - - [:script {:src "/ui/$dev-mode"}] - - - [:form {:method "POST" :action "/ui/auth/logout"} - [:input {:type "hidden" :name "_csrf" :value (auth/csrf)}] - [:button "Sign out"]] - - [:div "chat"] - - [:turbo-frame {:id "chat"} - [:div "message"]] - - [:turbo-frame {:id "chat-form"} - [:form {:action "/ui/chat/$send-message" :method "post"} - [:button "Generate new message"]]] - - ] -```