metasoarous / toto

Static site generation in Clojure (with live code reloading!)
Eclipse Public License 1.0
111 stars 3 forks source link

Missing REPL Usage docs #7

Closed mathpunk closed 3 years ago

mathpunk commented 3 years ago

The link for view! is dead. A naive call of (toto/view! [:div [:h1 "some text"]] did not appear to get me a live browser. Can I help with documentation here?

metasoarous commented 3 years ago

Thanks for the notification @mathpunk!

What system are you running on? It should open up a browser. Are there any more logs in relation to this you can share?

mathpunk commented 3 years ago

Took me a couple weeks to get back to this. I guess it was a hiccup, everything is running fine now. The link in the README, https://github.com/metasoarous/toto#repl-usage, still has no target. But I don't need those docs to continue!

metasoarous commented 2 years ago

Great! Glad you're unblocked. Will try to fix up that link soon though.

Thanks again!