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] 1cd84646b7
Bump credo from 0.9.3 to 0.10.0
Bumps [credo](https://github.com/rrrene/credo) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-11 23:18:20 +00:00
assets Update form layouts 2018-08-11 13:08:04 -04:00
bin Unshallow git repo before deploy 2018-06-25 11:56:19 -04:00
config Enable concurrent Wallaby tests 2018-03-03 20:43:45 -05:00
lib Update app name in header 2018-08-11 13:08:56 -04:00
priv These should never be null 2018-05-25 15:48:29 -04:00
rel Start chain with value 2018-02-20 13:07:02 -05:00
test Castling moves! ♔→←♖ 2018-06-08 10:57:31 -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 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 credo from 0.9.3 to 0.10.0 2018-08-11 23:18:20 +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.