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-02-23 11:59:55 -05:00
assets Switch to Yarn 2018-02-22 13:13:48 -05:00
bin Apparently we don't need to install Yarn 2018-02-23 11:59:55 -05:00
config Use SSL for database 2018-02-20 13:12:29 -05:00
lib Small style fix 2018-02-19 11:20:28 -05:00
priv Games are now associated to a user 2018-02-18 11:51:36 -05:00
rel Start chain with value 2018-02-20 13:07:02 -05:00
test Games are now associated to a user 2018-02-18 11:51:36 -05:00
.buildpacks Changes for Gigalixir deploy 2018-02-19 17:43:04 -05:00
.gitignore Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05:00
.hound.yml Unleash the Hound! 🐕 2018-02-19 10:51:23 -05:00
.tool-versions Add Python for Gigalixir 2018-02-19 21:53:08 -05:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
mix.exs Bump gettext from 0.14.1 to 0.15.0 2018-02-20 16:24:47 +00:00
mix.lock Bump gettext from 0.14.1 to 0.15.0 2018-02-20 16:24:47 +00: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.