https://github.com/ymdarake/tue-ofuro-game-server
https://github.com/ymdarake/tue-ofuro-game-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ymdarake/tue-ofuro-game-server
- Owner: ymdarake
- Created: 2021-09-08T06:11:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T12:27:42.000Z (over 4 years ago)
- Last Synced: 2025-03-05T18:56:55.322Z (over 1 year ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TueOfuroGame
- `mix run --no-halt`
- or `docker-compose up -d`
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tue_ofuro_game` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tue_ofuro_game, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/tue_ofuro_game](https://hexdocs.pm/tue_ofuro_game).