tree: 068d06b4cf9e27808157fc8212d297a83a8a91ca [path history] [tgz]
  1. app/
  2. config/
  3. docs/
  4. public/
  5. tests/
  6. vendor/
  7. .bowerrc
  8. .editorconfig
  9. .ember-cli
  10. .eslintrc.js
  11. .gitignore
  12. .travis.yml
  13. .watchmanconfig
  14. bower.json
  15. ember-cli-build.js
  16. jsconfig.json
  17. package.json
  18. pom.xml
  19. README.md
  20. testem.js
  21. yarn.lock
thirdeye/thirdeye-frontend/README.md

thirdeye-frontend

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd thirdeye-frontend
  • yarn install

Running / Development

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

Specify what it takes to deploy your app.

Further Reading / Useful Links