-
Edit
./bundle.ts
and add to thefiles
array -
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 -install
to install the local CA -
Run
mkcert localhost
in the root of the repo -
Check to make sure
localhost-key.pem
andlocalhost.pem
exist 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)