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

https://github.com/tomasbasham/ember-ancestry

An ember-cli family tree visualisation application
https://github.com/tomasbasham/ember-ancestry

ember ember-cli firebase

Last synced: 5 months ago
JSON representation

An ember-cli family tree visualisation application

Awesome Lists containing this project

README

          

# ember-ancestry [![Build Status](https://travis-ci.org/tomasbasham/ember-ancestry.svg?branch=master)](https://travis-ci.org/tomasbasham/ember-ancestry)

An [Ember CLI](http://www.ember-cli.com/) family tree visualisation
application.

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)

## Installation

* `git clone ` this repository
* `cd ember-ancestry`
* `npm install`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

### Code Generators

Make use of the many generators for code, try `ember help generate` for more details

### Running Tests

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

### Building

* `ember build` (development)
* `ember build --environment production` (production)

### Deploying

For simple deployment to [Heroku](https://www.heroku.com/) use the "Deploy to
Heroku" button below. You will need a [Firebase](https://firebase.google.com/)
project and the API credentials to use as environment variables that can be set
through the Heroku protal.

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Further Reading / Useful Links

* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)