This is a Gemini Demo project.
- Create SauceLabs account if you don't have one.
- Clone this repo and run
npm run deps
. This will installnpm
andbower
dependencies. - Download and setup Sauce Connect.
- Export
SAUCE_USERNAME
andSAUCE_ACCESS_KEY
environment variables. - Run
sc
(downloaded SauceConnect application) in a separate terminal session. - Run
npm run server
in a separate terminal session. This will build the project files and run HTTP server. - Run
npm test
.