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
2023-02-02 19:32:42 -06:00
assets Add Gigalixir asset deploy script 2022-02-15 21:05:07 -06:00
bin Use Yarn to install JS dependencies 2019-05-09 08:51:31 -04:00
config Switch default domain 2023-01-30 12:19:36 -06:00
lib Update deps and format code 2023-02-02 19:32:42 -06:00
priv We are treating name as more like a username 2018-10-12 16:21:10 -04:00
rel Config tweaks 2021-01-04 15:02:05 -05:00
test Upgrade deps, fix a bunch of deprecations 2021-01-04 16:41:48 -05:00
.buildpacks Mix buildpacks 2022-02-15 21:28:49 -06: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 Will this work? 2023-01-30 11:52:33 -06:00
elixir_buildpack.config Is this the right format? 2022-10-12 20:41:50 -05:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
mix.exs Update deps and format code 2023-02-02 19:32:42 -06:00
mix.lock Update deps and format code 2023-02-02 19:32:42 -06:00
phoenix_static_buildpack.config Will this work? 2023-01-30 11:52:33 -06: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.