This is the frontend code for the Ember Observer website.
To work on this app, change the proxy to https://www.emberobserver.com
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repository- change into the new directory
yarn install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
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'