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

https://github.com/joelalejandro/xethya-rpg-engine

The home for the Xethya Role-Playing Game Engine (xtrpg).
https://github.com/joelalejandro/xethya-rpg-engine

Last synced: 3 months ago
JSON representation

The home for the Xethya Role-Playing Game Engine (xtrpg).

Awesome Lists containing this project

README

        

# xtrpg: Xethya RPG Engine

The home for the Xethya Role-Playing Game Engine (xtrpg).

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

### Documentation

Install the `yuidocjs` NPM package:

* `npm install -g yuidocjs`

Then, run the following command:

* `yuidoc --outdir docs app`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).