Skip to content

Commit 862d7f2

Browse files
theaquariumiamareebjamal
authored andcommitted
docs: Update Docs to Reflect Change to .env.example (#3561)
* Updated to reflect change to default .env.example * Added clarifying sentence * Fix typo in local installation docs
1 parent 12d3e2e commit 862d7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ brew reinstall gettext
3434
brew link --force gettext
3535
```
3636

37-
- By default, the `.env.example` file specifies the `API_HOST` as `localhost:5000` and assumes, that the [open-event-server](https://github.com/fossasia/open-event-server) is already up and running. If you intend to work on issues which involve both the frontend, and the backend, please install and set it up first before proceeding to run the frontend. **If however, you intend to work on just the frontend, please change the URL for `API_HOST` to `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server.**
37+
- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. If you intend to work on just the frontend, this is sufficient. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `localhost:5000` and proceeding to run the frontend.**
3838
## Running / Development
3939

4040
* `ember serve`

0 commit comments

Comments
 (0)