Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 860 Bytes

File metadata and controls

18 lines (12 loc) · 860 Bytes

Calcite Components HTTPS Testing

This repo is for testing HTTPS specific issues with Calcite Components.

Steps

  1. Make sure the calcite-components branch you want to test is pushed to origin
  2. Set the name of your branch in .gitmodules, e.g. branch = benelan/testing-https
  3. Run npm i && npm run build && npm start
  4. Open the browser and go to https://localhost:8443 for HTTPS and/or https://localhost:8080 for HTTP

If you get a build error in the Calcite Components git submodule when making changes, do a clean install:

npm run install:clean

DO NOT USE THE UNSIGNED CERT IN THIS REPO FOR ANYTHING EXCEPT TESTING