Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 998 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 998 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd my-addon
  • pnpm install

Linting

  • pnpm run lint
  • pnpm run lint:fix

Running tests

  • pnpm test – Runs the test suite on the current Ember version

Running the test application

For more information on using ember-cli, visit https://cli.emberjs.com/release/.

Point Common at the API Server

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