Skip to content

jntn/haiku

Repository files navigation

Haiku typing

Build Status

Built as a way to learn clojure

Getting started

Run yarn to download dependencies.

To have a local development server running do yarn dev; then visit localhost:8000. You can configure the port in shadow-cljs.edn. Whenever you make a change it will automatically reload the code and render again.

To make a production build use yarn release.

To configure further please check out shadow-cljs.