Skip to content

ilios/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 30, 2025
5476d4f · Jan 30, 2025
Jan 27, 2025
Mar 6, 2024
Jan 30, 2025
Jun 6, 2024
Jul 14, 2024
Mar 6, 2024
Feb 6, 2024
Feb 16, 2024
Jun 25, 2024
Jun 25, 2024
Feb 2, 2024
Oct 3, 2024
Jul 30, 2024
Jan 26, 2025
Feb 16, 2024

Repository files navigation

Ilios Frontend

Web interface for accessing and managing Ilios Platform data

Continuous Integration Code Climate Test Coverage Netlify Status

Open Source Heroes

Every day these for-profit companies make developing Ilios possible. Without the free tier of service they offer to open source software, ilios would be nowhere, so if you have a chance to pay them for something please do.

Reporting Issue

All Ilios issues should be reported to our common issue tracker

Directions for developers working with this ember-cli app

Prerequisites

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

Installation

Running / Development

This Frontend will need to know where your backend API server is located. You can set this information in a system wide environment variable name ILIOS_FRONTEND_API_HOST or you can add it to the CLI when you start the server.

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • pnpm test
  • pnpm test --server

Linting

  • pnpm run lint:hbs
  • pnpm run lint:css
  • pnpm run lint:js
  • pnpm run lint:js --fix

Building

  • pnpm --filter frontend exec ember build (development)
  • pnpm --filter frontend exec ember build --environment production (production)

Further Reading / Useful Links