Docker image for https://github.com/qandidate-labs/qandidate-toggle-ui
2.0K
A ui for managing your toggles.
Read our blog post series about this repository at:
First, install the dependencies:
bower install
To use the UI, you will need to create your config.js to configure the API endpoint.
# From project root
$ cp app/js/config.js.dist app/js/config.js
# Configure your endpoint URL
$ vim app/js/config.js
You are now ready to serve the UI with your favorite webserver.
If you want to run the karma tests, you'll need to install the dependencies:
$ npm install
You can now run the karma tests:
$ scripts/test.sh --single-run
And the e2e tests:
$ scripts/web-server.js
$ scripts/e2e-test.sh --single-run
MIT, see LICENSE.
Content type
Image
Digest
Size
302.5 MB
Last updated
over 9 years ago
docker pull iamluc/qandidate-toggle-ui