We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In order to deploy the app to GitHub Pages (http://camomile-project.github.io/camomile-web-frontend, follow this two-steps process.
Step 1: run web-server.js once (and kill it) to generate app/config.js.
app/config.js
$ node web-server.js --camomile=blahblah.fr --pyannote=foobar.com
Step 2: use ghp-import to push the app directory to branch gh-pages
ghp-import
app
gh-pages
$ ghp-import -n -p app