Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1 KB

README.md

File metadata and controls

32 lines (24 loc) · 1 KB

DinoParkLocalDev

Proxy all the things! This helps developing DinoPark's front-end against the DinoPark developer preview: https://dinopark.k8s.dev.sso.allizom.org/.

Setup

(Optional) mkcert

Install mkcert to enable seamless https.

mkcert -install
# if promted for
# Enter Password or Pin for "NSS Certificate DB":
# if you're using Firefox this requires your Firefox master password
mkcert localhost 127.0.0.1
mkdir ~/.mkcert
mv localhost+1* ~/.mkcert

Front-End Configuration

Go into the front-end directory and run:

export DP_HTTPS_KEY=~/.mkcert/localhost+1-key.pem
export DP_HTTPS_CERT=~/.mkcert/localhost+1.pem
npm run serve