Skip to content

Commit

Permalink
Merge pull request #7793 from jrjohnson/fix-startup-docs
Browse files Browse the repository at this point in the history
Replace dotenv in startup directions
  • Loading branch information
dartajax authored Apr 26, 2024
2 parents 88188cc + cee326e commit bccb40e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ You will need the following things properly installed on your computer.

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:
or you can add it to the CLI when you start the server.

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

Then you can start a local development server:

* `pnpm start`
* `ILIOS_FRONTEND_API_HOST=https://demo.iliosproject.org pnpm start`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

Expand Down

0 comments on commit bccb40e

Please sign in to comment.