Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 431 Bytes

ExCanvas

First, install Erlang and Elixir. Set PATH so that you could run erl, iex, and mix comfortably.

  1. Run mix deps.get && mix compile.
  2. Start the server mix r.
  3. Open http://localhost:4000/ in web browser.
  4. In another terminal - start the client mix c.

Whooo!