Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.18 KB

islands_interface

Erlang front end application for the islands game from book Functional Web Development with Elixir, OTP, and Phoenix

Setup

Download Islands Engine

Download Islands Interface

$ cd islands_interface
$ mkdir _checkouts
$ cd _checkouts
$ ln -s /Users/martin/Documents/islands_engine islands_engine

Build

$ cd islands_interface
$ rebar3 shell

Test

http://localhost:8001/app/index.htm

Learn more