This is the frontend code for the Ember Observer website.
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server
ember build(development)ember build --environment production(production)
./deploy.sh
- Generate new app using the new version
- Compare set of dependencies to set of addons set to 'isCliDependency'