-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3283766
commit 8378e19
Showing
3 changed files
with
32 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,54 +8,51 @@ Learning Tools Interoperability (LTI) application for the Ilios dashboard. | |
|
||
You will need the following things properly installed on your computer. | ||
|
||
* [Git](https://git-scm.com/) | ||
* [Node.js](https://nodejs.org/) | ||
* [PNPM](https://pnpm.io) | ||
* [Ember CLI](https://cli.emberjs.com/release/) | ||
* [Google Chrome](https://google.com/chrome/) | ||
- [Git](https://git-scm.com/) | ||
- [Node.js](https://nodejs.org/) | ||
- [PNPM](https://pnpm.io) | ||
- [Ember CLI](https://cli.emberjs.com/release/) | ||
- [Google Chrome](https://google.com/chrome/) | ||
|
||
### Installation | ||
|
||
* `git clone [email protected]:ilios/frontend.git` | ||
* `cd frontend` | ||
* `pnpm install` | ||
- `git clone [email protected]:ilios/frontend.git` | ||
- `cd frontend` | ||
- `pnpm install` | ||
|
||
### Running / Development | ||
|
||
* `ILIOS_FRONTEND_API_HOST=https://ilios3-demo.ucsf.edu pnpm start:lti-dashboard` | ||
* Visit your app at [http://localhost:4200](http://localhost:4200). | ||
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests). | ||
- `ILIOS_FRONTEND_API_HOST=https://ilios3-demo.ucsf.edu pnpm start:lti-dashboard` | ||
- Visit your app at [http://localhost:4200](http://localhost:4200). | ||
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests). | ||
|
||
#### Code Generators | ||
|
||
Make use of the many generators for code, try `ember help generate` for more details | ||
|
||
### Running Tests | ||
|
||
* `pnpm test:lti-dashboard` | ||
* `pnpm test:lti-dashboard --server` | ||
- `pnpm test:lti-dashboard` | ||
- `pnpm test:lti-dashboard --server` | ||
|
||
### Linting | ||
|
||
* `pnpm run lint:hbs` | ||
* `pnpm run lint:css` | ||
* `pnpm run lint:js` | ||
* `pnpm run lint:js --fix` | ||
- `pnpm lint` | ||
- `pnpm lint:fix` | ||
|
||
### Building | ||
|
||
* `pnpm --filter lti-dashboard exec ember build` (development) | ||
* `pnpm --filter lti-dashboard exec ember build --environment production` (production) | ||
|
||
- `pnpm --filter lti-dashboard exec ember build` (development) | ||
- `pnpm --filter lti-dashboard exec ember build --environment production` (production) | ||
|
||
### Deploying | ||
|
||
Specify what it takes to deploy your app. | ||
|
||
### Further Reading / Useful Links | ||
|
||
* [ember.js](https://emberjs.com/) | ||
* [ember-cli](https://cli.emberjs.com/release/) | ||
* Development Browser Extensions | ||
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) | ||
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) | ||
- [ember.js](https://emberjs.com/) | ||
- [ember-cli](https://cli.emberjs.com/release/) | ||
- Development Browser Extensions | ||
- [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) | ||
- [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters