diff --git a/docs/installation/local.md b/docs/installation/local.md index be39d727847..e426ab059de 100644 --- a/docs/installation/local.md +++ b/docs/installation/local.md @@ -27,6 +27,13 @@ cd open-event-frontend #### Important Notes - Open Event Frontend supports [FastBoot](https://github.com/ember-fastboot/ember-cli-fastboot) which is disabled for the development environment and is controlled by the flag `FASTBOOT_DISABLED` in the `.env` file. +- **Only for Mac users** :- If while running `node scripts/l10n.js generate` you encounter `Get-Text Finding Error` or `Ember-l10n Missing Dependancies`. +Please use this before running `node scripts/l10n.js generate` again : +```sh +brew reinstall gettext +brew link --force gettext +``` + - 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.** ## Running / Development