Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

blake-education/lettersmash

Repository files navigation

LettersMash

A multiplayer LetterPress game in Elixir, Phoenix and Elm

Install Elm

From http://elm-lang.org/install - requires 0.17

Configure app

> git clone git@github.com:blake-education/lettersmash.git
> cd lettersmash
> mix deps.get
> cd apps/skateboard/
> npm install
> mix ecto.create
> mix ecto.migrate
> cd web/elm
> elm package install
> cd ../../../..
> iex -S mix phoenix.server
> open localhost:4000

About

A multiplayer LetterPress game in Elixir, Phoenix and Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published