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 [wallaby](https://github.com/keathley/wallaby) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/keathley/wallaby/releases) - [Changelog](https://github.com/keathley/wallaby/blob/master/CHANGELOG.md) - [Commits](https://github.com/keathley/wallaby/commits) Signed-off-by: dependabot[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.