Chat app using Kemal + Vue.js.
this is inspired by React + Kemal Chat Example.
git clone https://github.com/ChangJoo-Park/kemal-vue-chat.git
cd kemal-vue-chat && shards install
crystal src/kemal-vue.chat.cr # or using sentry
- Fork it ( https://github.com/ChangJoo-Park/kemal-vue-chat/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
- [ChangJoo Park] ChangJoo Park - creator, maintainer