Application code with dependancies installed
10K+
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.
You will need the following things properly installed on your computer.
git clone [email protected]:ilios/frontend.gitcd frontendnpm installThis 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" > .envThen you can start a local development server:
npm startMake use of the many generators for code, try ember help generate for more details
npm testnpm test --servernpm run lint:hbsnpm run lint:stylenpm run lint:jsnpm run lint:js --fixnpm build (development)npm build --environment production (production)Content type
Image
Digest
Size
522.1 MB
Last updated
almost 6 years ago
docker pull ilios/frontendPulls:
60
Last week