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).
- Host: GitHub
- URL: https://github.com/joelalejandro/xethya-rpg-engine
- Owner: joelalejandro
- License: mit
- Created: 2015-05-24T04:50:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T21:42:52.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T14:39:15.849Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).