Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jntn/haiku
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jntn/haiku
- Owner: jntn
- Created: 2018-05-18T12:34:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T21:36:59.000Z (about 2 years ago)
- Last Synced: 2023-03-02T15:13:48.546Z (almost 2 years ago)
- Language: Clojure
- Homepage: https://haiku.jgranqvist.now.sh
- Size: 296 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haiku typing
[![Build Status](https://travis-ci.org/jntn/haiku.svg?branch=master)](https://travis-ci.org/jntn/haiku)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](http://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](https://github.com/thheller/shadow-cljs).