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
dependabot[bot] daa93e9d7f
Bump wallaby from 0.19.2 to 0.20.0
Bumps [wallaby](https://github.com/keathley/wallaby) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/keathley/wallaby/releases)
- [Changelog](https://github.com/keathley/wallaby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/keathley/wallaby/compare/v0.19.2...v0.20.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-04-12 05:25:24 +00:00
assets Remove unneeded include 2018-04-08 21:38:51 -04:00
bin Add Codeship deploy script 2018-03-02 15:26:53 -05:00
config Enable concurrent Wallaby tests 2018-03-03 20:43:45 -05:00
lib Extract turn_class function 2018-04-06 16:31:07 -04:00
priv Change username to email 2018-03-03 20:24:33 -05:00
rel Start chain with value 2018-02-20 13:07:02 -05:00
test Notification if move would result in check 2018-03-31 15:21:48 -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 Upgrade to Phoenix 1.3 2018-01-12 16:47:26 -05: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 Update Elixir version 2018-02-27 19:27:41 -05:00
elixir_buildpack.config Add Elixir buildpack config 2018-02-27 20:25:09 -05:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
mix.exs Bump wallaby from 0.19.2 to 0.20.0 2018-04-12 05:25:24 +00:00
mix.lock Bump wallaby from 0.19.2 to 0.20.0 2018-04-12 05:25:24 +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.