You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
(def app (app))
9
9
10
-
(server app 9001)</code></pre></div></div></div><divclass="bg-gray-100 py-4 mt-6"><divclass="container p-4 mx-auto"><h3class="text-2xl text-gray-800">Installation on macOS</h3><divclass="mt-4"><divclass="flex flex-col self-stretch flex-auto space-y-4"><div><divclass="text-gray-600">Janet can be installed with homebrew:</div><divclass="mt-2 inline-block rounded-lg border border-gray-500 p-2">brew install janet</div></div><div><divclass="text-gray-600">Then to install joy:</div><divclass="mt-2 inline-block rounded-lg border border-gray-500 p-2">jpm install joy</div></div><divclass="text-gray-600">More installation options for janet <ahref="https://janet-lang.org/docs/index.html" class="text-indigo-500 underline">here</a></div></div></div></div></div><divclass="lg:mt-16"><divclass="container p-4 mx-auto"><divclass="flex flex-col self-stretch flex-auto space-y-16"><divclass="lg:grid lg:grid-flow-col lg:grid-cols-2 gap-10"><divclass="flex flex-col self-stretch flex-auto space-y-4"><h3class="text-2xl text-gray-800">HTML is data</h3><divclass="text-gray-800">Joy uses <ahref="https://github.com/weavejester/hiccup" class="text-indigo-500 underline">hiccup</a> to render html. There is no separate template language to learn! You have all of janet's power when writing html!</div></div><divclass="flex flex-col self-stretch flex-auto space-y-4"><pre><codeclass="rounded-lg p-6 clojure">[:form
10
+
(server app 9001)</code></pre></div></div></div><divclass="bg-gray-100 py-4 mt-6"><divclass="container p-4 mx-auto"><h3class="text-2xl text-gray-800">Installation on macOS</h3><divclass="mt-4"><divclass="flex flex-col self-stretch flex-auto space-y-4"><div><divclass="text-gray-600">Janet can be installed with homebrew:</div><divclass="mt-2 inline-block rounded-lg border border-gray-500 p-2">brew install janet</div></div><div><divclass="text-gray-600">Then to install joy:</div><divclass="mt-2 inline-block rounded-lg border border-gray-500 p-2">jpm install joy</div></div><divclass="text-gray-600">More installation options for janet <ahref="https://janet-lang.org/docs/index.html" class="text-indigo-500 underline">here</a></div></div></div></div></div><divclass="lg:mt-16"><divclass="container p-4 mx-auto"><divclass="flex flex-col self-stretch flex-auto space-y-16"><divclass="lg:grid lg:grid-flow-col lg:grid-cols-2 gap-10"><divclass="flex flex-col self-stretch flex-auto space-y-4"><h3class="text-2xl text-gray-800">HTML is data</h3><divclass="text-gray-800">Joy uses <ahref="https://github.com/swlkr/janet-html" class="text-indigo-500 underline">hiccup</a> syntax to render html. There is no separate template language to learn! You have all of janet's power when writing html!</div></div><divclass="flex flex-col self-stretch flex-auto space-y-4"><pre><codeclass="rounded-lg p-6 clojure">[:form
0 commit comments