Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 640 Bytes

A basic and fairly pointless swipe keyboard implementation. I wrote a post with some explanation and demo.

Building

$ lein cljsbuild once 

Auto-building

$ lein cljsbuild auto dev

Testing

$ lein cljsbuild test

Clojure REPL

$ lein trampoline cljsbuild repl-rhino

Run a webserver

$ lein ring server

Text sources

curl http://www.gutenberg.org/cache/epub/30165/pg30165.txt > resources/public/training.txt

or

curl https://raw.github.com/first20hours/google-10000-english/master/google-10000-english.txt > resources/public/training.txt