Learning Tools Interoperability (LTI) application for the Ilios dashboard.
You will need the following things properly installed on your computer.
git clone git@github.com:ilios/frontend.git
cd frontend
pnpm install
ILIOS_FRONTEND_API_HOST=https://ilios3-demo.ucsf.edu pnpm start:lti-dashboard
- 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
pnpm test:lti-dashboard
pnpm test:lti-dashboard --server
pnpm lint
pnpm lint:fix
pnpm --filter lti-dashboard exec ember build
(development)pnpm --filter lti-dashboard exec ember build --environment production
(production)
Specify what it takes to deploy your app.