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 [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| assets | ||
| bin | ||
| config | ||
| lib | ||
| priv | ||
| rel | ||
| test | ||
| .buildpacks | ||
| .eslintrc.json | ||
| .formatter.exs | ||
| .gitignore | ||
| .hound.yml | ||
| .scss-lint.yml | ||
| .tool-versions | ||
| codeship-services.yml | ||
| codeship-steps.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| 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.