Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazibear/night_game
https://github.com/fazibear/night_game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fazibear/night_game
- Owner: fazibear
- Created: 2020-02-09T11:52:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T21:44:21.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T19:57:59.982Z (8 months ago)
- Language: Elixir
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NightGame
## Development instuctions
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && yarn install`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Release instructions
* Install dependencies with `MIX_ENV=prod mix deps.get`
* Install Node.js dependencies with `cd assets && yarn install`
* Build assets `cd assets && yarn deploy`
* Make a release `MIX_ENV=prod mix release`## Tests
* Run `mix test` to run tests## Build status
[![Build Status](https://travis-ci.org/fazibear/night_game.svg?branch=master)](https://travis-ci.org/fazibear/night_game)## Working example
Visit [`https://nightgame.herokuapp.com/`](https://nightgame.herokuapp.com/) from your browser.