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] f4ba6c4936
Bump loader-utils from 2.0.0 to 2.0.4 in /assets
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 22:18:25 +00:00
assets Bump loader-utils from 2.0.0 to 2.0.4 in /assets 2022-11-15 22:18:25 +00:00
bin Use Yarn to install JS dependencies 2019-05-09 08:51:31 -04:00
config Add Runtime config 2022-02-15 18:37:53 -06:00
lib Upgrade stuff and switch to Webpack! 2021-06-24 16:41:09 -04: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 Update Elixir 2022-10-12 20:40:11 -05: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 Elixir 2022-10-12 20:40:11 -05:00
mix.lock Switch to ESBuild and Dart-Sass 2022-02-15 18:37:33 -06:00
phoenix_static_buildpack.config Update NodeJS version 2022-10-12 20:40:23 -05: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.