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
2018-09-09 19:44:17 -04:00
assets 💄 2018-09-09 19:36:55 -04:00
bin Unshallow git repo before deploy 2018-06-25 11:56:19 -04:00
config Use ENV vars for Mailgun config 2018-09-09 19:44:17 -04:00
lib Some tidy up 2018-09-09 19:28:31 -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 The password "ganonsucks" was causing Argon2 errors 2018-09-08 16:57:42 -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 Show user status 2018-09-08 16:57:19 -04:00
mix.lock Add Bamboo 2018-09-08 16:56:52 -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.