Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lblod/frontend-gelinkt-notuleren-publicatie
Ember frontend of the publication application for Gelinkt Notuleren
https://github.com/lblod/frontend-gelinkt-notuleren-publicatie
Last synced: 22 days ago
JSON representation
Ember frontend of the publication application for Gelinkt Notuleren
- Host: GitHub
- URL: https://github.com/lblod/frontend-gelinkt-notuleren-publicatie
- Owner: lblod
- License: mit
- Created: 2018-11-26T13:23:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T12:12:39.000Z (7 months ago)
- Last Synced: 2024-06-12T15:33:10.595Z (7 months ago)
- Language: JavaScript
- Size: 14.7 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# frontend-gelinkt-notuleren-publicatie
Frontend of the publication pages generated by gelinkt notuleren.
## Setting up the backend
Information on setting up the backend can be found at https://github.com/lblod/app-gn-publicatie
## Running the frontend
We advise the use of [edi](https://github.com/madnificent/docker-ember) but have chosen to include the default ember commands to limit confusion.
First make sure you have ember-cli installed
npm install -g ember-cli
Next we clone this repository, install the dependencies, and boot the development server
git clone [email protected]:lblod/frontend-gelinkt-notuleren-publicatie.git
cd frontend-gelinkt-notuleren-publicatie
# install the dependencies
npm install
# run the development server
ember s --proxy http://localhostYou can visit the live reloading site at http://localhost:4200
## Configuration via docker environment variables
This frontend can be configured at runtime. It will get the environment variables prefixed by EMBER_ and match them with the variables defined in the frontend's configuration. When the docker container is started it will update /app/index.html to match the provided configuration.### other
* `EMBER_ENVIRONMENT_NAME`: name of the environment, appended to the document title.