desoleary / okta-customized-login-assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

okta-customized-login-assets

Serving assets locally

  • Create a folder with the file you want to serve publicly
  • Install ngrok https://ngrok.com/
$ unzip ngrok-stable-darwin-amd64.zip
$ sudo mv ngrok /usr/local/bin
$ exit
$ ngrok authtoken <generated-token> # sourced from https://dashboard.ngrok.com/
  • cd to your new folder, run python3 -m http.server to serve it locally
$ cd ~/dev/okta-customized-login-assets
$ python3 -m http.server # let this run in the background

About

License:MIT License


Languages

Language:CSS 100.0%