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] af5c2c612b
Bump credo from 0.8.10 to 0.9.0
Bumps [credo](https://github.com/rrrene/credo) from 0.8.10 to 0.9.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/compare/v0.8.10...v0.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-03-26 05:33:55 +00:00
assets This shouldn't have been removed 2018-03-12 13:44:21 -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 More idiomatic language 2018-03-15 08:45:46 -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 Add pawn taking moves 2018-03-14 21:47:00 -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 Add hound configuration 2018-02-27 23:02:32 -05: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 Split out move feature tests and add opponent test 2018-03-09 15:29:33 -05:00
mix.lock Bump credo from 0.8.10 to 0.9.0 2018-03-26 05:33:55 +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.