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 [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.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.