Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 1000 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 1000 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