An ember-cli family tree visualisation application
An Ember CLI family tree visualisation
application.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-ancestry
npm install
ember serve
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)For simple deployment to Heroku use the “Deploy to
Heroku” button below. You will need a Firebase
project and the API credentials to use as environment variables that can be set
through the Heroku protal.