$ shards install
$ cd elm
$ elm package install
$ elm make src/Main.elm --output ../public/elm.js
$ crystal run src/kemal-chat-elm.cr
Open the browser at (http://localhost:3000/index.html)
TODO: Write development instructions here
- Fork it ( https://github.com/[your-github-name]/kemal-chat-elm/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- [your-github-name] - creator, maintainer