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
Bumps [credo](https://github.com/rrrene/credo) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rrrene/credo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|---|---|---|
| assets | ||
| bin | ||
| config | ||
| lib | ||
| priv | ||
| rel | ||
| test | ||
| .buildpacks | ||
| .eslintrc.json | ||
| .gitignore | ||
| .hound.yml | ||
| .scss-lint.yml | ||
| .tool-versions | ||
| elixir_buildpack.config | ||
| LICENSE.md | ||
| mix.exs | ||
| mix.lock | ||
| phoenix_static_buildpack.config | ||
| README.md | ||
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.