Rilsta / Behemoth-Builder

Monster Character Creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Behemoth Builder

Behemoth Builder is an independent project using Ember.js and Sass to make a fun little monster creator game. Users will be able to make their own combinations of monster parts and store them in a gallery.

Prerequisites

You will need the following properly installed on your computer.

Installation

  • git clone https://github.com/Rilsta/Behemoth-Builder.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Deployed using Heroku:

  • Install Heroku Toolbelt
  • Log into Heroku using the command line
  • cd to your project directory
  • run heroku create --buildpack https://github.com/tonycoco/heroku-buildpack-ember-cli.git
  • run git push heroku master
  • navigate to heroku generated page and enjoy!

Further Reading / Useful Links

About

Monster Character Creator


Languages

Language:HTML 56.5%Language:JavaScript 30.7%Language:CSS 12.7%