Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 440 Bytes

EasyChat CircleCi

A simple chat implementation using Plug

Run tests

$ mix test

Build assets

$ cd assets
$ yarn install
$ yarn run build

Run application

$ cd .. # If you are still in assets...
$ mix run --no-halt