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
2025-02-10 13:23:04 -06:00
assets Add Gigalixir asset deploy script 2022-02-15 21:05:07 -06:00
bin Correct build command 2023-02-05 12:46:37 -06:00
config Update prod.exs 2025-01-04 12:19:51 -06:00
lib Mix format 2023-02-04 21:35:56 -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 Mix format 2023-02-04 21:35:56 -06: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
.formatter.exs Mix format 2023-02-04 21:35:56 -06: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
codeship-services.yml Rename pg-db to db 2023-02-04 22:59:58 -06:00
codeship-steps.yml Add assets step 2023-02-04 23:35:05 -06:00
docker-compose.yml Rename pg-db to db 2023-02-04 22:59:58 -06:00
Dockerfile Install Yarn properly 2023-02-05 12:18:20 -06:00
elixir_buildpack.config Is this the right format? 2022-10-12 20:41:50 -05:00
LICENSE.md Update LICENSE.md 2023-07-08 11:12:46 -05:00
mix.exs Update dart_sass 2025-02-10 13:23:04 -06:00
mix.lock Update dart_sass 2025-02-10 13:23:04 -06:00
nixpacks.toml Update nixpacks.toml 2025-01-28 12:43:56 -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.