This repo is for testing HTTPS specific issues with Calcite Components.
- Make sure the calcite-components branch you want to test is pushed to origin
- Set the name of your branch in
.gitmodules, e.g.branch = benelan/testing-https - Run
npm i && npm run build && npm start - Open the browser and go to
https://localhost:8443for HTTPS and/orhttps://localhost:8080for HTTP
If you get a build error in the Calcite Components git submodule when making changes, do a clean install:
npm run install:clean