tree: b91e29f3467814848f3d33ff12acdbe2b3c73b35 [path history] [tgz]
  1. app/
  2. config/
  3. docs/
  4. public/
  5. tests/
  6. vendor/
  7. .editorconfig
  8. .ember-cli
  9. .eslintrc.js
  10. .gitignore
  11. .travis.yml
  12. .watchmanconfig
  13. ember-cli-build.js
  14. jsconfig.json
  15. package.json
  16. pom.xml
  17. README.md
  18. testem.js
  19. 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