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 13:51:24 -05:00
assets Be specific about the SCSS processor 2018-02-23 13:51:23 -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 Refactor controllers a bit 2018-02-23 13:51:24 -05:00
priv Add opponent association 2018-02-23 13:51:21 -05:00
rel Start chain with value 2018-02-20 13:07:02 -05:00
test Restrict access to API update endpoint 2018-02-23 13:51:23 -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 Update deps 2018-02-23 13:51:23 -05:00
mix.lock Update deps 2018-02-23 13:51:23 -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.