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
2019-05-20 05:30:13 +00:00
assets Add Babel core 2018-10-12 16:35:15 -04:00
bin Use Yarn to install JS dependencies 2019-05-09 08:51:31 -04:00
config Fix up specs for opponent finder 2018-10-12 16:21:10 -04:00
lib Fix up specs for opponent finder 2018-10-12 16:21:10 -04:00
priv We are treating name as more like a username 2018-10-12 16:21:10 -04:00
rel Start chain with value 2018-02-20 13:07:02 -05:00
test Fix up specs for opponent finder 2018-10-12 16:21:10 -04:00
.buildpacks Changes for Gigalixir deploy 2018-02-19 17:43:04 -05:00
.eslintrc.json Fix linter errors 2018-02-28 11:02:59 -05:00
.gitignore Newline at end of gitignore 2018-08-11 13:25:58 -04:00
.hound.yml Add hound configuration 2018-02-27 23:02:32 -05:00
.scss-lint.yml I'm ok with using @extend 2018-04-06 11:35:31 -04:00
.tool-versions Use Elixir 1.6.6 2018-08-11 13:22:34 -04:00
elixir_buildpack.config Update Elixir version in buildpack 2018-10-12 13:07:53 -04:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
mix.exs Bump wallaby from 0.21.0 to 0.22.0 2019-05-13 09:06:27 -04:00
mix.lock Bump distillery from 2.0.12 to 2.0.14 2019-05-20 05:30:13 +00:00
phoenix_static_buildpack.config Specify NodeJS version 2018-10-12 17:12:05 -04: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.