git clone <repository-url>
cd my-addon
pnpm install
pnpm run lint
pnpm run lint:fix
pnpm test
– Runs the test suite on the current Ember version
pnpm start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.
To view the application with data you'll need to provide a URL to a running API server. You can use docker to create a local server following the Quick Setup Guide for Ilios or point to an existing API server.
Pass that information to the application using the ILIOS_FRONTEND_API_HOST
environmental variable.
ILIOS_FRONTEND_API_HOST=https://demo.iliosproject.org pnpm start