Skip to content

Files

Latest commit

 

History

History

lti-dashboard

LTI Dashboard

Learning Tools Interoperability (LTI) application for the Ilios dashboard.

Directions for developers working with this ember-cli app

Prerequisites

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

Installation

  • git clone git@github.com:ilios/frontend.git
  • cd frontend
  • pnpm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • pnpm test:lti-dashboard
  • pnpm test:lti-dashboard --server

Linting

  • pnpm lint
  • pnpm lint:fix

Building

  • pnpm --filter lti-dashboard exec ember build (development)
  • pnpm --filter lti-dashboard exec ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links