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
- Host: GitHub
- URL: https://github.com/tomasbasham/ember-ancestry
- Owner: tomasbasham
- Created: 2018-03-04T11:12:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:40:47.000Z (over 3 years ago)
- Last Synced: 2025-02-22T00:28:03.856Z (about 1 year ago)
- Topics: ember, ember-cli, firebase
- Language: JavaScript
- Homepage: https://ember-ancestry.com
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-ancestry [](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.
[](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/)