Sign inSign up

ilios/frontend

Sponsored OSS

By UCSF

Updated almost 6 years ago
Archived

Application code with dependancies installed

Image
Web servers
Content management system
Web analytics
0

10K+

ilios/frontend repository overview

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.

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 can just add the setting to a file named .env file within the same directory as your Ilios Frontend code:

  • echo "ILIOS_FRONTEND_API_HOST=https://ilios3-demo.ucsf.edu" > .env

Then you can start a local development server:

Code Generators

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

Running Tests
  • npm test
  • npm test --server
Linting
  • npm run lint:hbs
  • npm run lint:style
  • npm run lint:js
  • npm run lint:js --fix
Building
  • npm build (development)
  • npm build --environment production (production)

Tag summary

Content type

Image

Digest

Size

522.1 MB

Last updated

almost 6 years ago

docker pull ilios/frontend

This week's pulls

Pulls:

60

Last week