-
Edit
./bundle.tsand add to thefilesarray -
First value is the path to the script, second is the filename
-
Run
deno run --unstable --allow-all bundle.ts
-
Make sure you’ve run
mkcert -installto install the local CA -
Run
mkcert localhostin the root of the repo -
Check to make sure
localhost-key.pemandlocalhost.pemexist in the root of the repo -
Run
deno run --allow-read --allow-net server.ts -
Navigate to https://localhost:4430 (or https://localhost:4430/cpx-keycloak/demo at the moment)