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
2020-08-11 17:08:08 -04:00
assets Set NodeJS version and fix FOBST 2019-06-06 22:13:14 -04:00
bin Use Yarn to install JS dependencies 2019-05-09 08:51:31 -04:00
config Blegh 2020-08-11 17:08:08 -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 Blegh 2020-08-11 17:08:08 -04: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 Ignore .elixir_ls 2019-06-06 21:27:09 -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 Set NodeJS version and fix FOBST 2019-06-06 22:13:14 -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 Re-add Distillery 2020-08-11 15:55:13 -04:00
mix.lock Bump credo from 1.3.1 to 1.4.0 2020-04-20 05:52:20 +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.