Skip to content

WebExtension for local DinoPark front-end development (proxies to localhost).

License

Notifications You must be signed in to change notification settings

fiji-flo/dinoparklocaldev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WebExtension for local DinoPark front-end development (proxies to localhost).

Resources

License

Stars

Watchers

Forks

Packages