jrjohnson / lti-course-manager

LTI Application for the Ilios couse manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LTI Course Manager

Learning Tools Interoperability (LTI) application for the Ilios course manager.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd lti-course-manager
  • pnpm 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

Linting

  • pnpm run lint
  • pnpm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

LTI Application for the Ilios couse manager.

License:MIT License


Languages

Language:JavaScript 92.0%Language:HTML 6.8%Language:Handlebars 1.1%Language:SCSS 0.1%