xtrpg
v0.0.1
Published
The default blueprint for ember-cli addons.
Downloads
2
Readme
xtrpg: Xethya RPG Engine
The home for the Xethya Role-Playing Game Engine (xtrpg).
Installation
git clone
this repositorynpm 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/.