Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vganshin authored Dec 29, 2023
1 parent df407c6 commit b90dec4
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/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"]]]

]
```

0 comments on commit b90dec4

Please sign in to comment.