Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fazibear/night_game


https://github.com/fazibear/night_game

Last synced: about 1 month ago
JSON representation

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.