1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
Multiplayer chess game in Elixir/Phoenix and React https://chess.danbarber.me
Go to file
2018-01-19 10:50:40 -05:00
assets Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
bin Update Codeship setup script 2018-01-19 10:50:40 -05:00
config Allow switching PG port with env variable 2018-01-15 17:30:49 -05:00
lib Remove unused alias 2018-01-15 22:34:58 -05:00
priv Create new games and display them 2016-12-10 19:35:01 +01:00
test Move model tests to data tests 2018-01-15 21:27:09 -05:00
.gitignore Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
.tool-versions Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
mix.exs User gettext-0.13.1 until the RO bug is fixed 2018-01-15 15:51:21 -05:00
mix.lock User gettext-0.13.1 until the RO bug is fixed 2018-01-15 15:51:21 -05:00
README.md Add build status to readme 2018-01-15 22:03:27 -05:00

Chess

Codeship Status for
danbee/chess

Getting started

  • Run the setup script at bin/setup
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.