kemal-chat-elm

Version, currently master branch1 version
  • master branchlatestNov 13, 2017

github.com/martimatix/crystal-elm-chat

Basic chat app using Crystal and Elm

10 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal-chat-elm:
    github: martimatix/crystal-elm-chat
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Mario Martinez

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal

README

# kemal-chat-elm

## Installation

```
$ shards install
$ cd elm
$ elm package install
$ elm make src/Main.elm --output ../public/elm.js
```


## Usage

```
$ crystal run src/kemal-chat-elm.cr
```

Open the browser at (http://localhost:3000/index.html)

## Development

TODO: Write development instructions here

## Contributing

1. Fork it ( https://github.com/[your-github-name]/kemal-chat-elm/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [[your-github-name]](https://github.com/[your-github-name])  - creator, maintainer